Vcl.ActnMan.TCustomActionBar.GetDesignMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDesignMode: Boolean; virtual;

C++

virtual bool __fastcall GetDesignMode();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TCustomActionBar

Description

Returns the design mode of the action bar.

GetDesignMode returns True if the action bar is customizable, False otherwise.


See Also