Class: FormExternalControl

Module location: ExtFrm.pkg line 26 (view source)

Class Hierarchy:

DFBaseFormFormFormExternalControl

Direct Known Subclasses:

TrackBar,

Class Definition

Properties

integerLocalChangingState
set true when making a local (externally triggered) change. This is set when a Set Value change is made
integerPrivate.ControlChangingState

Functions and Procedures

Construct_Object()
Inherited from Form
StringControlValue()
ControlValueChanged()
RefreshControl(string sVal)
refresh control without triggering a DD changed condition.
set(integer iItem string sVal)
Inherited from Form
Set(string sVal)
Inherited from Form
It is expected that the sub-class (or more likely another mixin included with the sub-class will provide functionality for these messages. This gets and sets the value of the actual window control. These should only be used to synchronize the window control and the DF side. Do not use for any other purpose.

Instances

oActive_Track_RowSigCJReportControlDemo - Text.vw197
oActive_Track_RowSigCJReportControlDemo - TreeView.vw326
oCB_Check_Box_Field_ValueSigCJCheckBoxDemo.vw123
oCB_String_Field_ValueSigCJCheckBoxDemo.vw147
oCB_TFU_ValueSigCJCheckBoxDemo.vw79
oCB_YNG_ValueSigCJCheckBoxDemo.vw56
oFileName_FormSigCJLabelControlDemo.vw46
oFilter_Rows_FormSigCJReportControlDemo - Table.vw109
oFilter_Search_FormSigCJReportControlDemo - Text.vw164
oFilter_Search_FormSigCJReportControlDemo - Table.vw70
oFilter_Search_FormSigCJReportControlDemo - SQL.vw148
oFilter_Search_FormSigCJReportControlDemo - TreeView.vw293
oRows_FormSigCJReportControlDemo - Table.vw101
oSaveFile_fmCSV_Export.dg66
oSelected_Rows_FormSigCJReportControlDemo - Table.vw117

References (1):

ModuleContaining SymbolLine
Trckbr.pkgTrackBar94