FMX.Controls.TControlActionLink Properties
InheritedProtected
| Action | public | Indicates which action the action link connects to its client. |
| CaptionLinked | public | Determines whether a value of the Caption property of the action assigned to the action link should be distributed to the Caption property of the client of the action link. |
| CheckedLinked | public | Determines whether a value of the Checked property of the action assigned to the action link should be distributed to the Checked property of the client of the action link. |
| Client | public | Keeps the control (client) linked by a control action link to an action. |
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| EnabledLinked | public | Determines whether a value of the Enabled property of the action assigned to the action link should be distributed to the Enabled property of the client of the action link. |
| Glyph | protected | Reference to the IGlyph interface of Client. |
| GroupIndexLinked | public | Determines whether a value of the GroupIndex property of the action assigned to the action link should be distributed to the GroupIndex property of the client of the action link. |
| HintLinked | public | Retrieves whether the Hint property for the action and for the client of the action link are linked. |
| Images | public | Defines the reference to a TBaseImageList list of images to be used to draw an image for the action. |
| OnExecuteLinked | public | Determines whether the OnExecute event handler of the action assigned to the action link should be distributed to the corresponding execution event handler of the client of the action link. |
| ShortCutLinked | public | Determines whether a value of the ShortCut property of the action assigned to the action link should be propagated to the ShortCut property of the client of the action link. |
| VisibleLinked | public | Determines whether a value of the Visible property of the action assigned to the action link should be distributed to the Visible property of the client of the action link. |