[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Initializes a component descending from RootAncestor
Source position: classesh.inc line 1631
function InitInheritedComponent( |
Instance: TComponent; |
RootAncestor: TClass |
):Boolean; |
InitInheritedComponentshould be called from a constructor to read properties of the component Instancefrom the streaming system. The RootAncestorclass is the root class from which Instanceis a descendent. This must be one of TDatamodule, TCustomFormor TFrame.
The function returns Trueif the properties were successfully read from a stream or Falseif some error occurred.
|
Read component properties from a resource in the current module |
|
|
Read component properties from a resource in the specified module |
|
|
Read component properties from a specified resource file |