[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Occurs when the reader needs to set a component's name.
Source position: classesh.inc line 1215
type TSetNameEvent = procedure( |
Reader: TReader; |
Component: TComponent; |
var Name: string |
) of object; |