Vcl.ActnMan.TActionClientItem.Control

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Control: TCustomActionControl read FControl write SetControl;

C++

__property TCustomActionControl* Control = {read=FControl, write=SetControl};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TActionClientItem

Description

Specifies the action band control that is rendered on an action band for the TActionClientItem object.

The Control property is used internally to specify the specific action band control that is rendered on an action band for the TActionClientItem.