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

 

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