Class: cCJGridFieldChooser
Class Hierarchy:
DFCOMACTIVEXCONTROL

cComActiveXControl


cCJFieldChooser



cCJGridFieldChooserClass Definition
Properties
Handle
phoGridObject
Specifies the grid object that will be attached to this field chooser.
Boolean
private_Enabled_State
Specifies whether the FieldChooser control can respond to events. See FieldChooser.Enabled
Boolean
private_pbSortAscending
The SortAscending Property specifies whether to Sort the items in the Field Chooser in alphabetical order. See FieldChooser.SortAscending
Short
private_peBorderStyle
{Visibility = Private}
Property Short private_peAppearance 0 // Specifies whether the FieldChooser control is drawn with 3D effects. See FieldChooser.Appearance
Specifies the border style for the FieldChooser control. See FieldChooser.BorderStyle
Functions and Procedures

Construct_Object()
Boolean
Enabled_State()

OnCreate()
OnCreate
Boolean
pbSortAscending()
Short
peBorderStyle()

ReleaseComObject()

Set(Boolean bValue)
Enabled_State
Specifies whether the FieldChooser control can respond to events. See FieldChooser.Enabled

Set(Boolean bValue)
pbSortAscending
The SortAscending Property specifies whether to Sort the items in the Field Chooser in alphabetical order. See FieldChooser.SortAscending.

Set(Short eValue)
// peAppearance
// Specifies whether the FieldChooser control is drawn with 3D effects. See FieldChooser.Appearance
{ MethodType=Property InitialValue=0 }
Procedure Set peAppearance Short eValue
Set private_peAppearance to eValue
If (IsComObjectCreated(Self)) Begin
Set ComAppearance to eValue
End
End_Procedure
{ MethodType=Property }
Function peAppearance Returns Short
Short eValue
Get private_peAppearance to eValue
Function_Return eValue
End_Function
peBorderStyle
Specifies the border style for the FieldChooser control.
References (1):