RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TQuerySelectOptions.IsQueryField Method

Indicates whether the component generates a control that can appear in a query form.

Pascal
class function IsQueryField: Boolean; override;
C++
virtual __fastcall Boolean IsQueryField();

Call IsQueryField to determine whether a Web display component generates a control that represents a named value in a query form (TQueryForm). IsQueryField returns true, because TQuerySelectOptions is designed specifically for use by TQueryFieldGroup

 

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