Vcl.ActnMan.TCustomActionBar.Designable
Delphi
property Designable: Boolean read FDesignable write FDesignable;
C++
__property bool Designable = {read=FDesignable, write=FDesignable, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Vcl.ActnMan.pas Vcl.ActnMan.hpp |
Vcl.ActnMan | TCustomActionBar |
Description
Specifies whether the action band can be customized (used internally by the IDE).
Designable is used internally to control whether or not the action band can be customized either at runtime using the customize dialog, or at design time within the IDE. For example, the action band automatically supports drag-and-drop operations only when Designable is true.