Top
PowerCOBOL V11.0 Reference
FUJITSU Software

3.7 Custom Control

Description:

A Custom control is an OLE (ActiveX) control from a third party, or an ActiveX control created by PowerCOBOL.

PowerCOBOL makes the control's properties, methods and events accessible to PowerCOBOL procedures.

Refer to the manuals supplied with your custom control for specific details.

Sample image:

Depends on the control.

Properties:

Align

Array

Cancel

ClassMajorVersion

ClassMinorVersion

ClassProgID

Container

DataBindings (*1)

DataField (*2)

DataMember (*2)

DataSource (*2)

Default

Height

IMEMode

Index

Left

Name

Parent

Printable

ScaleMode

ScalingStyle

TabGroup

TabIndex

TabStop

ToolTipText

Top

Visible

Width

Methods:

Move

SetFocus

UpdateRecord (*3)

ZOrder

Events:

GotFocus

LostFocus

*1, *2, *3 are only for controls that can bind data. You need to check the documentation of the custom control for details. A control may support *1 properties and not *2 properties and vice versa.

Class ProgID name:

Depends on the custom control.

Corresponding Control in PowerCOBOL V3.0 or earlier:

None