Show: Delphi C++
Display Preferences

WebComp.TWebContainedContainerComponent.IsDefaultField

From XE2 API Documentation
Jump to: navigation, search

Delphi

function IsDefaultField: Boolean; virtual;

C++

virtual bool __fastcall IsDefaultField(void);

Properties

Type Visibility Source Unit Parent
function protected
WebComp.pas
WebComp.hpp
WebComp TWebContainedContainerComponent

Description

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.

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.

See Also

Personal tools
Previous Versions
Translations