System.Actions.TContainedAction.Suspended

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Suspended: Boolean; override;

C++

virtual bool __fastcall Suspended();

Properties

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

Description

Returns True if the action list of the action is suspended.

See Also