TDataModule : Property overview By inheritance
TDataModule
Member | Visibility | Description |
---|---|---|
DesignOffset | public | Position property needed for manipulation in an IDE. |
DesignPPI | public | Design Time PPI |
DesignSize | public | Size property needed for manipulation in an IDE. |
OldCreateOrder | published | Determines when OnCreate and OnDestroy are triggered. |
TComponent
Member | Visibility | Description |
---|---|---|
ComObject | public | Interface reference implemented by the component |
ComponentCount | public | Count of owned components |
ComponentIndex | public | Index of component in it's owner's list. |
Components | public | Indexed list (zero-based) of all owned components. |
ComponentState | public | Current component's state. |
ComponentStyle | public | Current component's style. |
DesignInfo | public | Information for IDE designer. |
Name | published | Name of the component. |
Owner | public | Owner of this component. |
Tag | published | Tag value of the component. |
VCLComObject | public | Not implemented. |