FMXBindNavigateLast¶
Qualified name: delphifmx.FMXBindNavigateLast
- class FMXBindNavigateLast¶
Bases:
FMXBindNavigateActionWrapper for Pascal class TFMXBindNavigateLast
Methods
TBasicAction.Execute() Generates an OnExecute event.
TBasicAction.Update() Provides an opportunity to execute centralized code when an application is idle.
Attributes
Indicates the client component that caused this action to execute.
ActionListHolds the action list to which the action belongs.
AutoCheckControls whether the Checked property toggles when the action executes.
CaptionRepresents the caption of the action.
CategoryGroup or category where the action belongs.
CheckedIndicates whether client controls and menu items appear checked.
ClassNameReturns the TObject.ClassName
ComObjectSpecifies the interface reference implemented by the component.
ComponentCountReturns the owned component count
ComponentIndexIndicates the position of the component in its owner's Components property array.
ComponentStateDescribes the current state of the component, indicating when a component needs to avoid certain actions.
ComponentStyleGoverns the behavior of the component.
ComponentsReturns an iterator over the owned components
DataSourceBaseLinkingBindSource:
DesignInfoContains information used by the Form designer.
DisableIfNoHandlerIndicates whether the action's clients should be disabled if no OnExecute event handler is found.
EnabledSpecifies the enabled state for the action.
GroupIndexIndicates a group of actions in one action list.
HelpContextKeeps the integer context ID that identifies the Help topic for the action.
HelpKeywordContains the keyword string that identifies the Help topic for the action.
HelpTypeKeeps whether to use the HelpContext or HelpKeyword property to identify the Help topic.
HideIfUnsupportedInterfaceDefines whether the UnSupported action can be visible and accessible.
HintStores the Help hint text.
ImageIndexStores an index in a list of images.
IndexSpecifies the index of the action in its action list.
NameSpecifies the name of the component as referenced in code.
ObserversIndicates the TObservers object added to the TComponent.
OnHintCallable[[str, bool], None]:
OwnerReturns the Component Owner
SecondaryShortCutsStores shortcuts (in addition to ShortCut) for triggering the action.
ShortCutShortcut that triggers the action.
ShortCutPressedSpecifies that the action is fired by pressing a keyboard key, not by clicking with the mouse.
StatusActionStores the status for an input field in an action.
SupportedDefines whether the action can work on the current platform and CPU architecture.
TagStores a NativeInt integral value as a part of a component.
TargetDefines the component for which the action is executed.
TextRepresents the caption of the action.
UnsupportedArchitecturesDefines the set of unsupported CPU architectures.
UnsupportedPlatformsDefines the set of unsupported OS platforms.
VCLComObjectRepresents information used internally by components that support COM.
VisibleStores whether the action representation is visible.
- ActionComponent¶
Indicates the client component that caused this action to execute.
- Execute()¶
Generates an OnExecute event.
- Update()¶
Provides an opportunity to execute centralized code when an application is idle.