Vcl.ScreenTips.TAllocatedActions

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTAllocatedActions

Delphi

TAllocatedActions = class

C++

class PASCALIMPLEMENTATION TAllocatedActions : public System::TObject

Properties

Type Visibility Source Unit Parent
class public
Vcl.ScreenTips.pas
Vcl.ScreenTips.hpp
Vcl.ScreenTips Vcl.ScreenTips

Description

Class used to manage the list with the allocated actions.

TAllocatedActions is a list with the actions on which screen tips are used. This class is used by TScreenTipsManager to add, delete, or find allocated actions.

See Also