The WriteData method should save to the TWriter object any data needed by the object to completely rebuild itself from the stream later.
Namespace: CommonInterfaces
Delphi |
public |
Parameters
Writer
Type: TWriter
The following example writes some properties of the object to the TWriter: Delphi |
procedure TIEUserFunction.WriteData(Writer: TWriter); |