TWriter.OnWriteMethodProperty
Handler from writing method properties.
Declaration
Source position: classesh.inc line 1764
public Property
OnWriteMethodProperty : TWriteMethodPropertyEvent;
Description
OnWriteMethodProperty can be set by an IDE or some streaming mechanism which handles dummy values for method properties; It can be used to write a real value to the stream which will be interpreted correctly when the stream is read. See TWriteMethodPropertyEvent for a description of the arguments.
See also
Name | Description |
---|---|
TReader.OnSetMethodProperty | Handler for setting method properties. |
TWriteMethodPropertyEvent | Callback for the TWriter.OnWriteMethodProperty event. |
TWriteMethodPropertyEvent | Callback for the TWriter.OnWriteMethodProperty event. |