Vcl.ActnMan.TCustomActionBar.GetDesignMode
Delphi
function GetDesignMode: Boolean; virtual;
C++
virtual bool __fastcall GetDesignMode(void);
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.