Class: cCJGridFieldChooser

Module location: cCJGridFieldChooser.pkg line 3 (view source)

Class Hierarchy:

DFCOMACTIVEXCONTROLcComActiveXControlcCJFieldChoosercCJGridFieldChooser

Class Definition

Properties

HandlephoGridObject
Specifies the grid object that will be attached to this field chooser.
Booleanprivate_Enabled_State
Specifies whether the FieldChooser control can respond to events. See FieldChooser.Enabled
Booleanprivate_pbSortAscending
The SortAscending Property specifies whether to Sort the items in the Field Chooser in alphabetical order. See FieldChooser.SortAscending
Shortprivate_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()
Inherited from cCJFieldChooser
BooleanEnabled_State()
Inherited from Shadow_Mixin
OnCreate()
Inherited from cComActiveXControl
OnCreate
BooleanpbSortAscending()
ShortpeBorderStyle()
ReleaseComObject()
Set(Boolean bValue)
Inherited from cCJ_DFieldChooser
Enabled_State Specifies whether the FieldChooser control can respond to events. See FieldChooser.Enabled
Set(Boolean bValue)
Inherited from cCJ_DFieldChooser
pbSortAscending The SortAscending Property specifies whether to Sort the items in the Field Chooser in alphabetical order. See FieldChooser.SortAscending.
Set(Short eValue)
Inherited from cCJ_DFieldChooser
// 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):

ModuleContaining SymbolLine
cCJGridFieldChooser.pkgoFieldChooser135