TAbstractObjectReader.BeginRootComponent
Starts the reading of the root component.
Declaration
Source position: classesh.inc line 1389
public
procedure BeginRootComponent; Virtual; Abstract;
Description
This function can be used to initialize the driver class for reading a component. It is called once at the beginning of the read process, and is immediately followed by a call to BeginComponent .
See also
Name | Description |
---|---|
TAbstractObjectReader.BeginComponent | Marks the reading of a new component. |