RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomActionBar.DesignMode Property

Specifies whether the action band is being customized or being used in the IDE.

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

DesignMode is used internally to determine whether the action band is being 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 DesignMode is true. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!