FMX.ActnList.IActionClient Methods
InheritedProtected
| AddRef | public | Increments the reference count for this interface. |
| GetAction | public | Returns the Action with TBasicAction type. |
| GetActionClient | public | The framework uses GetActionClient to determine if an instance of an object, that supports this interface, is used when working with actions. |
| GetIndex | public | When the framework performs the periodical execution of InitiateAction, the controls are invoked in the order defined by this index. |
| GetRoot | public | Returns the instance of the component that supports the IRoot interface. |
| InitiateAction | public | Calls the Update method of the action link if the instance is associated with an action link. |
| QueryInterface | public | Returns a reference to a specified interface if the object supports that interface. |
| Release | public | Decrements the reference count for this interface. |
| SetAction | public | Setter method for the Action property. |
| SetActionClient | public | SetActionClient sets the value that the GetActionClient function returns. |
| Supports | public | Indicates whether a given interface supports a specific (another) interface. |