| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Callback for the TReader.OnReadStringProperty event handler
Source position: classesh.inc line 1337
type TReadWriteStringPropertyEvent = procedure(  | 
Sender: TObject;  | 
const Instance: TPersistent;  | 
PropInfo: PPropInfo;  | 
var Content: string  | 
) of object;  | 
TReadWriteStringPropertyEvent is the prototype for the TReader.OnReadStringProperty event handler. Reader is the sender of the event, Instance is the instance that is being streamed. PropInfo is a pointer to the RTTI information for the property being read. Content is the string as it was read from the stream.
  | 
Handler for translating strings when read from the stream.  |