[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Handler for treating missing properties.
Source position: classesh.inc line 1319
public property TReader.OnPropertyNotFound : TPropertyNotFoundEvent |
OnPropertyNotFound can be used to take appropriate action when a property is read from a stream and no such property is found in the RTTI information of the Instance that is being read from the stream. It can be set at runtime, or at designtime by an IDE.
For more information about the meaning of the various arguments to the event handler, see TPropertyNotFoundEvent.
|
Callback for the TReader.OnPropertyNotFound event. |
|
|
Handler for setting method properties. |
|
|
Handler for translating strings when read from the stream. |