Unit 'Classes' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TAbstractObjectReader.SkipComponent

Skip till the end of the component.

Declaration

Source position: classesh.inc line 1434

public procedure TAbstractObjectReader.SkipComponent(

  SkipComponentInfos: Boolean

); virtual; abstract;

Description

This method is used to skip the entire declaration of a component in the stream. Each descendant of TAbstractObjectReader should implement this in a way which is optimal for the implemented stream format.

See also

TAbstractObjectReader.BeginComponent

  

Marks the reading of a new component.

TAbstractObjectReader.SkipValue

  

Skip the current value.


Documentation generated on: Jul 24 2023