RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomActionBar.Designable Property

Specifies whether the action band can be customized (used internally by the IDE).

Pascal
property Designable: Boolean;
C++
__property Boolean Designable;

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!