[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Reads properties and child components for the class instance.
Source position: actnlist.pas line 41
protected procedure TContainedAction.ReadState( |
Reader: TReader |
); override; |
Reader |
|
TReader instance used to read values for the component. |
ReadState is an overridden method in TContainedAction used to read values for the class instance during LCL component streaming. It calls the inherited method to read properties and child components using the specified TReader class instance. When the Parent in Reader is a TCustomActionList instance, it is stored in the ActionList property.
|
The ActionList where the action is stored, and its parent component. |
|
|
TCustomActionList - the ancestor class for TActionList. |
|
Version 4.0 | Generated 2025-05-03 | Home |