TBinaryObjectReader.SkipComponent
Skip a component's data
Declaration
Source position: classesh.inc line 1467
public 
  procedure SkipComponent(SkipComponentInfos: Boolean);  Override;
Description
SkipComponent skips the data of a component in a binary stream.
This method is simply the implementation for a binary stream of the abstract method introduced in TAbstractObjectReader .