WebForm

From RAD Studio VCL Reference
Jump to: navigation, search

Contents

Delphi Information

Class

TAbstractControlRequirements

TAbstractControlRequirements lists the variables and functions that the controls in an adapter form require to generate their HTML.

TAbstractFormRequirements
TAdapterActionButton

TAdapterActionButton generates HTML controls for executing adapter actions.

TAdapterActionsListHelper

TAdapterActionsListHelper assists a display component that represents a collection of adapter action buttons to work with the design-time editors.

TAdapterCommandColumn

TAdapterCommandColumn generates a column of action controls in an adapter grid.

TAdapterCommandGroup

TAdapterCommandGroup generates a group of buttons or other HTML elements that executes adapter actions.

TAdapterControlGroup

TAdapterControlGroup is a container for adapter display field components such as TAdapterDisplayField or TAdapterDisplayColumn.

TAdapterDataDisplay

TAdapterDataDisplay is the base class for components that display adapter fields as form fields.

TAdapterDisplayColumn

TAdapterDisplayColumn displays an Adapter field in a grid.

TAdapterDisplayField

TAdapterDisplayField displays an Adapter field as a form field.

TAdapterDisplayReferenceGroup

TAdapterDisplayReferenceGroup is the base class for components that generate HTML controls that refer to a control which displays data from an adapter.

TAdapterEditColumn

TAdapterEditColumn displays an adapter field as a form field in a grid.

TAdapterErrorList

TAdapterErrorList is the error list display component.

TAdapterFieldGroup

TAdapterFieldGroup is a container for Adapter display field components such as TAdapterDisplayField. TAdapterFieldGroup labels and fields in an HTML form.

TAdapterForm

TAdapterForm generates an HTML form displaying Adapter fields.

TAdapterFormLayout

TAdapterFormLayout lets child Web items adhere to layout rules imposed by their parent.

TAdapterGrid

TAdapterGrid is a container for Adapter display field components such as TAdapterDisplayColumn. TAdapterGrid generates an HTML table.

TControlRequirements

TControlRequirements lists the variables and functions that the controls in an adapter form require to generate their HTML.

TCustomAdapterActionButton

TCustomAdapterActionButton is the base class for Web items that generate HTML controls for executing adapter actions.

TCustomAdapterCommandColumn

TCustomAdapterCommandColumn is the base class for components that generate a column of action controls in an adapter grid.

TCustomAdapterCommandGroup

TCustomAdapterCommandGroup is the base class for TAdapterCommandGroup.

TCustomAdapterDisplayColumn

TCustomAdapterDisplayColumn is the base class for the grid display of adapter field data.

TCustomAdapterDisplayField

TCustomAdapterDisplayField is the base class for the free-form display and editing of adapter field data.

TCustomAdapterEditColumn

TCustomAdapterEditColumn is the base class for components that display adapter fields as form fields in grids.

TCustomAdapterErrorList

TCustomAdapterErrorList is the base class adapter for components that display error lists.

TCustomAdapterFieldGroup

TCustomAdapterFieldGroup manages a collection of Web Items that generate a group of HTML controls.

TCustomAdapterForm

TCustomAdapterForm is the base class for components that generate an HTML form for an adapter page producer.

TCustomAdapterGrid

TCustomAdapterGrid is the base class for Web items that generate an HTML table to display a datasetin an XML data packet or web application.

TDesigntimeWarnings
TGeneratedFunctions

Classref

TAdapterDataDisplayClass

Const

Constants

Enum

TActionButtonHideOption

TActionButtonHideOption indicates when a control to represent an adapter action should not be generated.

TColumnHTMLElementType
TCommandHTMLElementType

TCommandHTMLElementType identifies an HTML control type that can be used execute an adapter action.

TDisplayFieldHTMLElementType

TDisplayFieldHTMLElementType identifies an HTML type that can be used to display the value(s) associated with an adapter field.

TDisplayFieldHideOption

TDisplayFieldHideOptions indicates when a control to represent a dataset field should not be generated.

TDisplayFieldViewMode

TDisplayFieldViewMode indicates the mode in which an adapter field's value is displayed.

TInputFieldHTMLElementType

TInputFieldHTMLElementType identifies an HTML type that can be used to display the value(s) associated with an adapter field.

TLayoutState

Function

CalcDisplayFieldHTMLElementType
CalcDisplayFieldViewMode
FindVariablesContainer
FindVariablesContainerInParent
GetAdapterModeOfAdapterInParent
MakeAdapterHTMLName
MakeAdapterVariableName

Interface

IAdapterDisplay
IGetAdapterFormLayout
IGetAdapterModeOfDisplay
IGetAdapterOfDisplay
IGetAdapterVariableName
IGetControlRequirements
IGetFormRequirements
IGetVariablesContainerOfDisplay

Set

TActionButtonHideOptions
TDisplayFieldHideOptions

C++ Information

Class

IAdapterDisplay
IGetAdapterFormLayout
IGetAdapterModeOfDisplay
IGetAdapterOfDisplay
IGetAdapterVariableName
IGetControlRequirements
IGetFormRequirements
IGetVariablesContainerOfDisplay
TAbstractControlRequirements

TAbstractControlRequirements lists the variables and functions that the controls in an adapter form require to generate their HTML.

TAbstractFormRequirements
TAdapterActionButton

TAdapterActionButton generates HTML controls for executing adapter actions.

TAdapterActionsListHelper

TAdapterActionsListHelper assists a display component that represents a collection of adapter action buttons to work with the design-time editors.

TAdapterCommandColumn

TAdapterCommandColumn generates a column of action controls in an adapter grid.

TAdapterCommandGroup

TAdapterCommandGroup generates a group of buttons or other HTML elements that executes adapter actions.

TAdapterControlGroup

TAdapterControlGroup is a container for adapter display field components such as TAdapterDisplayField or TAdapterDisplayColumn.

TAdapterDataDisplay

TAdapterDataDisplay is the base class for components that display adapter fields as form fields.

TAdapterDisplayColumn

TAdapterDisplayColumn displays an Adapter field in a grid.

TAdapterDisplayField

TAdapterDisplayField displays an Adapter field as a form field.

TAdapterDisplayReferenceGroup

TAdapterDisplayReferenceGroup is the base class for components that generate HTML controls that refer to a control which displays data from an adapter.

TAdapterEditColumn

TAdapterEditColumn displays an adapter field as a form field in a grid.

TAdapterErrorList

TAdapterErrorList is the error list display component.

TAdapterFieldGroup

TAdapterFieldGroup is a container for Adapter display field components such as TAdapterDisplayField. TAdapterFieldGroup labels and fields in an HTML form.

TAdapterForm

TAdapterForm generates an HTML form displaying Adapter fields.

TAdapterFormLayout

TAdapterFormLayout lets child Web items adhere to layout rules imposed by their parent.

TAdapterGrid

TAdapterGrid is a container for Adapter display field components such as TAdapterDisplayColumn. TAdapterGrid generates an HTML table.

TControlRequirements

TControlRequirements lists the variables and functions that the controls in an adapter form require to generate their HTML.

TCustomAdapterActionButton

TCustomAdapterActionButton is the base class for Web items that generate HTML controls for executing adapter actions.

TCustomAdapterCommandColumn

TCustomAdapterCommandColumn is the base class for components that generate a column of action controls in an adapter grid.

TCustomAdapterCommandGroup

TCustomAdapterCommandGroup is the base class for TAdapterCommandGroup.

TCustomAdapterDisplayColumn

TCustomAdapterDisplayColumn is the base class for the grid display of adapter field data.

TCustomAdapterDisplayField

TCustomAdapterDisplayField is the base class for the free-form display and editing of adapter field data.

TCustomAdapterEditColumn

TCustomAdapterEditColumn is the base class for components that display adapter fields as form fields in grids.

TCustomAdapterErrorList

TCustomAdapterErrorList is the base class adapter for components that display error lists.

TCustomAdapterFieldGroup

TCustomAdapterFieldGroup manages a collection of Web Items that generate a group of HTML controls.

TCustomAdapterForm

TCustomAdapterForm is the base class for components that generate an HTML form for an adapter page producer.

TCustomAdapterGrid

TCustomAdapterGrid is the base class for Web items that generate an HTML table to display a datasetin an XML data packet or web application.

TDesigntimeWarnings
TGeneratedFunctions

Enum

TActionButtonHideOption

TActionButtonHideOption indicates when a control to represent an adapter action should not be generated.

TColumnHTMLElementType
TCommandHTMLElementType

TCommandHTMLElementType identifies an HTML control type that can be used execute an adapter action.

TDisplayFieldHTMLElementType

TDisplayFieldHTMLElementType identifies an HTML type that can be used to display the value(s) associated with an adapter field.

TDisplayFieldHideOption

TDisplayFieldHideOptions indicates when a control to represent a dataset field should not be generated.

TDisplayFieldViewMode

TDisplayFieldViewMode indicates the mode in which an adapter field's value is displayed.

TInputFieldHTMLElementType

TInputFieldHTMLElementType identifies an HTML type that can be used to display the value(s) associated with an adapter field.

TLayoutState

Function

CalcDisplayFieldHTMLElementType
CalcDisplayFieldViewMode
FindVariablesContainer
FindVariablesContainerInParent
GetAdapterModeOfAdapterInParent
MakeAdapterHTMLName
MakeAdapterVariableName

Typedef

TActionButtonHideOptions
TAdapterDataDisplayClass
TDisplayFieldHideOptions
_di_IAdapterDisplay
_di_IGetAdapterFormLayout
_di_IGetAdapterModeOfDisplay
_di_IGetAdapterOfDisplay
_di_IGetAdapterVariableName
_di_IGetControlRequirements
_di_IGetFormRequirements
_di_IGetVariablesContainerOfDisplay
Personal tools
Translations
Newest Version