TAbstractObjectReader.SkipValue
Skip the current value.
Declaration
Source position: classesh.inc line 1416
public
procedure SkipValue; Virtual; Abstract;
Description
SkipValue should be used when skipping a value in the stream; The method should determine the type of the value which should be skipped by itself, if this is necessary.
See also
| Name | Description |
|---|---|
| TAbstractObjectReader.SkipComponent | Skip till the end of the component. |