RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebContainedContainerComponent.IsDefaultField Method

Indicates whether this component represents a Web item that is used by default when the parent's set of Web items is not explicitly assigned.

Pascal
function IsDefaultField: Boolean; virtual;
C++
virtual __fastcall Boolean IsDefaultField();

TWebContainedComponent uses IsDefaultField internally to locate the property on the Web parent that lists this item along with other Web items. 

IsDefaultField returns true if the TWebComponentList that contains this item represents a set of Web items that are used when the application does not explicitly assign Web items to the Web parent. IsDefaultField returns false if this component does not belong to such a default list. 

 

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