TReader.OnSetMethodProperty
Handler for setting method properties.
Declaration
Source position: classesh.inc line 1587
public Property
OnSetMethodProperty : TSetMethodPropertyEvent;
Description
OnSetMethodProperty can be set to handle the setting of method properties. This handler can be used by an IDE to prevent methods from actually being assigned when an object is being streamed in the designer.
See also
Name | Description |
---|---|
TReader.OnPropertyNotFound | Handler for treating missing properties. |
TReader.OnReadStringProperty | Handler for translating strings when read from the stream. |
TSetMethodPropertyEvent | Callback for the TReader.OnSetMethodProperty event. |