RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdoDbxCommand.DesignTimeVisible Property

Determines whether or not a command is visible at design time.

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

A boolean that can be set on a TAdoDbxCommand to determine the command's visibility during design time.

Note: DesignTimeVisible is generally not of interest to end users, but to component writers extending ADO.NET providers.
 

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