Vcl.ScreenTips.TScreenTipItem.Action

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Action: TContainedAction read FAction write SetAction;

C++

__property System::Actions::TContainedAction* Action = {read=FAction, write=SetAction};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ScreenTips.pas
Vcl.ScreenTips.hpp
Vcl.ScreenTips TScreenTipItem

Description

The action of the screen tip.

Action represents the action for which the screen tip processing is occurring. The action is part of an action manager or of an action list.

See Also