The ReadData method loads the data for the interface and underlying object from the TReader parameter. The underlying object should have already been created by the stream user.
Namespace: CommonInterfaces
Delphi |
public |
Parameters
Reader
Type: TReader
The following example reads properties of the object back with the TReader: Delphi |
procedure TIEUserFunction.ReadData(Reader: TReader); |