TAbstractObjectReader.BeginProperty
Marks the reading of a property value.
Declaration
Source position: classesh.inc line 1392
public 
  function BeginProperty : string;  Virtual;  Abstract;
Description
BeginProperty is called by the streaming system when it wants to read a new property. The return value of the function is the name of the property which can be read from the stream.
See also
| Name | Description | 
|---|---|
| TAbstractObjectReader.BeginComponent | Marks the reading of a new component. |