WebForm.TAdapterControlGroup Properties
Delphi Information
| property AddDefaultFields: Boolean read FAddDefaultFields write SetAddDefaultFields; |
Specifies whether the adapter control group generates controls for the adapter's default fields when you do not explicitly add Web items. |
| property VisibleFields: TWebComponentList read GetVisibleFields; |
Lists the child Web items that generate the visible HTML controls this adapter control group arranges. |
| property Adapter: TComponent read GetAdapter write SetAdapter; |
Specifies the adapter that supplies values to or receives values from the controls in the group. |
| property AdapterMode: string read FAdapterMode write FAdapterMode; |
Specifies the mode of the adapter that the controls in the group support. |
Unit: WebForm
Type: property
Visibility: public
Member Of: TAdapterControlGroup
C++ Information
| __property bool AddDefaultFields = {read=FAddDefaultFields,write=SetAddDefaultFields}; |
Specifies whether the adapter control group generates controls for the adapter's default fields when you do not explicitly add Web items. |
| __property Webcomp::TWebComponentList * VisibleFields = {read=GetVisibleFields}; |
Lists the child Web items that generate the visible HTML controls this adapter control group arranges. |
| __property Classes::TComponent * Adapter = {read=GetAdapter,write=SetAdapter}; |
Specifies the adapter that supplies values to or receives values from the controls in the group. |
| __property System::UnicodeString AdapterMode = {read=FAdapterMode,write=FAdapterMode}; |
Specifies the mode of the adapter that the controls in the group support. |
Unit: WebForm
Type: property
Visibility: public
Member Of: TAdapterControlGroup
Description
Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!