Unit dbTreeCBox |
Classes |
TCustomDBLookupControl -
TDataSourceLink -
TDbTreeLookupComboBox -
TListSourceLink -
TTreeSelect - Options:
dtAcceptLeavesOnly:
The User can only select nodes that have no children.
Functions |
Types |
TAcceptNodeEvent
TCloseUpAction
TCloseUpEvent
TCreateTreeSelectEvent
TDBTreeLCBOption
TDBTreeLCBOptions
TDropDownAlign
TGetTreeSelectEvent
Constants |
Variables |
Functions |
Types |
TAcceptNodeEvent = procedure (Node: TTreeNode; var Accept: Boolean) of object
TCloseUpAction = (caCancel, caAccept, caClear);
TCloseUpEvent = procedure (Action: TCloseUpAction) of object
TCreateTreeSelectEvent = function: TTreeSelect of objectTDbTreeLookupComboBox
TDBTreeLCBOption = (dtAcceptLeavesOnly, dtDontAcceptRoot, dtKeepDataSetConnected);
TDBTreeLCBOptions = set of TDBTreeLCBOption
TDropDownAlign = (daLeft, daRight, daCenter);
TGetTreeSelectEvent = function: TTreeSelect of object
Constants |
Variables |