WebAdapt.TAdapterFields

From RAD Studio API Documentation
Jump to: navigation, search

WebAdapt.TAdapterSubComponentWebComp.TWebContainerComponentSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObject
TAdapterFields

Delphi

TAdapterFields = class(TAdapterSubComponent, IWebFieldsSubcomponent)

C++

class PASCALIMPLEMENTATION TAdapterFields : public TAdapterSubComponent

Properties

Type Visibility Source Unit Parent
class public
WebAdapt.pas
WebAdapt.hpp
WebAdapt WebAdapt

Description

TAdapterFields manages the list of fields that belong to an adapter.

TAdapterFields is the type of the Data property on an adapter component. It manages a list that contains all the fields that belong to the adapter. The field objects (TAdapterNamedField descendants) are available using the WebFields property. TAdapterFields also includes support for associating the fields with variable names so that server-side script can use the field values.

TAdapterFields represents the list of explicitly assigned fields. Adapters that include a set of default fields use a TAdapterDefaultFields object instead.

See Also

Personal tools
Translations