RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebDataDisplay.IsQueryField Method

Indicates whether the component generates the controls that appear in a query form. Not used on Linux.

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

IsQueryField is not available for cross-platform programming. It is introduced in TWebDataDisplay for descendant classes that are only used on Windows. 

On Windows, Call IsQueryField to determine whether a TWebDataDisplay descendant generates the controls that represent a named value in a query form (TQueryForm). As implemented in TWebDataDisplay, IsQueryField returns false. Descendant classes that generate controls for a TQueryFieldGroup component override this method to return true. 

 

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