RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TQueryRadioGroup.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 TQueryRadioGroup is designed specifically for use by TQueryFieldGroup

 

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