System.Actions.TContainedAction.StatusAction

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property StatusAction: TStatusAction read FStatusAction write SetStatusAction;

C++

__property TStatusAction StatusAction = {read=FStatusAction, write=SetStatusAction, nodefault};

Properties

Type Visibility Source Unit Parent
property public
System.Actions.pas
System.Actions.hpp
System.Actions TContainedAction

Description

Stores the status for an input field in an action.

StatusAction holds the status for an input field in the action, when it is set.

The value of StatusAction can be propagated to all client controls and client menu items linked to the action.

See Also