MidItems
Contents |
Delphi Information
Class
| TApplyUpdatesButton |
TApplyUpdatesButton generates an HTML control that sends an Update message to the XML broker on an InternetExpress application. |
| TCaptionAttributes |
TCaptionAttributes customizes the appearance of the label that identifies a display control in a WebSnap or InternetExpress application. |
| TCustomDataForm |
TCustomDataForm is the base class for components that generate an HTML form in an InternetExpress application. |
| TCustomDataGrid |
TCustomDataGrid is the base class for Web items that generate an HTML table to display a dataset in an XML data packet. |
| TCustomDataNavigator |
TCustomDataNavigator assembles the HTML generated by a set of TDataSetButton and TXMLButton descendants. |
| TCustomFieldGroup |
TCustomFieldGroup is the base class for Web items that arrange information on an HTML form as a set of labeled fields. |
| TCustomLayoutGroup |
TCustomLayoutGroup is the base class for Web items that arrange content produced by arbitrary Web items. |
| TCustomQueryButtons |
TCustomQueryButtons assembles the HTML generated by a set of TQueryButton descendants. |
| TCustomQueryForm |
TCustomQueryForm is the base class for Web items that generate HTML forms for letting users enter application-defined values. |
| TDataForm |
TDataForm generates an HTML form that displays database information and lets users apply updates. |
| TDataGrid |
TDataGrid generates an HTML table to display a dataset in an XML data packet. |
| TDataNavigator |
TDataNavigator assembles the HTML generated by a set of TDataSetButton and TXMLButton descendants. |
| TDataSetButton |
TDataSetButton is the base class for Web items that create HTML buttons for navigating or editing data. |
| TDeleteButton |
TDeleteButton generates an HTML control that deletes a record from an XML data packet. |
| TFieldGroup |
TFieldGroup arranges database information on an HTML form as a set of labeled fields. |
| TFieldRadioGroup |
TFieldRadioGroup creates an HTML radio group control to represent a field in an XML data packet. |
| TFieldSelectOptions |
TFieldSelectOptions creates an HTML list control to represent a field in an XML data packet. |
| TFieldStatus |
TFieldStatus generates an HTML control that indicates whether a record in an XML data packet has been modified by the end user. |
| TFieldText |
TFieldText creates a single-line HTML input control to represent a field in an XML data packet. |
| TFieldTextArea |
TFieldTextArea creates a multi-line HTML input control to represent a field in an XML data packet. |
| TFirstButton |
TFirstButton generates an HTML control that moves to the first record in an XML data packet. |
| TFormLayout |
TFormLayout lets child Web items adhere to layout rules imposed by their parent. |
| TGridAttributes |
TGridAttributes describes the options the TDataGrid component adds to an HTML <TABLE> tag. |
| TGridRowAttributes |
TGridRowAttributes describes the options the TDataGrid component adds to its HTML row tags (<TR>). |
| TInsertButton |
TInsertButton generates an HTML control that inserts a new record in an XML data packet. |
| TLastButton |
TLastButton generates an HTML control that moves to the last record in an XML data packet. |
| TLayoutGroup |
TLayoutGroup generates the HTML to arrange content produced by other Web items. |
| TNextButton |
TNextButton generates an HTML control that moves to the next record in an XML data packet. |
| TNextPageButton |
TNextPageButton generates an HTML control that moves to the next set of records in an XML data packet. |
| TPostButton |
TPostButton generates an HTML control that posts changes to an XML delta packet. |
| TPriorButton |
TPriorButton generates an HTML control that moves to the previous record in an XML data packet. |
| TPriorPageButton |
TPriorPageButton generates an HTML control that moves to the previous set of records in an XML data packet. |
| TQueryButton |
TQueryButton is the base class for Web items that create HTML buttons that manage application-defined values. |
| TQueryButtons |
TQueryButtons assembles the HTML generated by a set of TQueryButton descendants. |
| TQueryFieldGroup |
TQueryFieldGroup arranges information on an HTML form as a set of labeled fields. |
| TQueryForm |
TQueryForm generates HTML forms for letting users enter application-defined values. |
| TQueryRadioGroup |
TQueryRadioGroup creates an HTML radio group control to represent named parameter. |
| TQuerySelectOptions |
TQuerySelectOptions creates an HTML list control to represent a named parameter. |
| TQueryText |
TQueryText creates a single-line HTML input control to represent a named parameter. |
| TQueryTextArea |
TQueryTextArea creates a multi-line HTML input control to represent named parameter. |
| TResetQueryButton |
TResetQueryButton generates an HTML control that backs out changes to the values on a query form. |
| TSelectOptionsColumn |
TSelectOptionsColumn creates an HTML list control to represent a field value in a data grid. |
| TStatusColumn |
TStatusColumn generates an HTML control that indicates whether a record in a data grid has been modified by the end user. |
| TSubmitQueryButton |
TSubmitQueryButton generates an HTML control that backs out changes to the values on a query form. |
| TTextAreaColumn |
TTextAreaColumn creates a multi-line HTML input control to represent a field value in a data grid. |
| TTextColumn |
TTextColumn creates a single-line HTML input control to represent a field value in a data grid. |
| TUndoButton |
TUndoButton generates an HTML control that backs out changes to the current record. |
| TWebButton |
TWebButton is the base class for Web items that create HTML button controls. |
| TWebControlGroup |
TWebControlGroup is the base class for Web items that arrange HTML controls. |
| TWebDataDisplay |
TWebDataDisplay is the base class for Web items that create HTML display controls. |
| TWebDataInput |
TWebDataInput is the base class for Web items that create HTML display controls for entering information. |
| TWebDisplay | |
| TWebDisplayReferenceGroup |
TWebDisplayReferenceGroup is the base class for Web items that arrange a set of controls that influence a control that displays data. |
| TWebForm |
TWebForm is the base class for Web items that create HTML forms in InternetExpress applications. |
| TWebListInput |
TWebListInput is the base class for Web items that create HTML display controls which present a fixed set of possible values. |
| TWebRadioGroupInput |
TWebRadioGroupInput is the base class for Web items that create HTML radio group controls. |
| TWebSelectOptionsInput |
TWebSelectOptionsInput is the base class for Web items that create HTML list controls. |
| TWebStatus |
TWebStatus is the base class for Web items that indicate the status of records in an XML data packet. |
| TWebTextAreaInput |
TWebTextAreaInput is the base class for Web items that create HTML multi-line text controls. |
| TWebTextInput |
TWebTextInput is the base class for Web items that create HTML single-line text controls. |
| TXMLButton |
TXMLButton is the base class for Web items that create HTML buttons that perform some action with the XML data packet. |
| TXMLData |
TXMLData manages the relationship between an XML broker and a Web item that represents a dataset in that XML broker's data packet. |
| TXMLDataParent | |
| TXMLDataSet |
TXMLDataSet manages the relationship between a Web item and the XML dataset to which it is bound. |
| TXMLDataSetParent | |
| TXMLDisplayGroup |
TXMLDisplayGroup is the base class for Web items that arrange a set of special-purpose controls in an HTML form. |
| TXMLDisplayParent | |
| TXMLDisplayReferenceButton |
TXMLDisplayReferenceButton is the base class for Web items that generate HTML buttons for influencing controls that display data. |
| TXMLDisplayReferenceGroup |
TXMLDisplayReferenceGroup is the base class for Web items that arrange a set of button controls that influence a control that displays data. |
Classref
| TWebButtonClass | |
| TWebDataDisplayClass | |
| TWebDataInputClass | |
| TWebStatusClass |
Const
| Constants |
Enum
| TCaptionPosition |
TCaptionPosition indicates the relative position of a label to the HTML control it labels. |
| TFormMethod |
TFormMethod represents the method attribute on the <form> tag of an HTML form. |
| TLayoutState | |
| TTextAreaWrap |
TTextAreaWrap indicates how an HTML display control should treat items that are too wide for the physical width of the control. |
Function
Interface
| IDataSetComponent |
IDataSetComponent defines the methods that bind a Web item to an XML broker. |
| IDataSetField | |
| IDataSetFields | |
| IFormatColumn | |
| IHTMLField |
IHTMLField is an interface that must be implemented by Web items that generate <INPUT> elements. |
| IHTMLForm |
IHTMLForm is an interface that must be implemented by Web items that generate forms. |
| IInetXWebDataSet |
IInetXWebDataSet lets a Web item interact with information about a dataset in an XML broker's data packet. |
| IMidasWebDataSet | |
| IQueryField | |
| IQueryFields | |
| IQueryForm | |
| IRestoreDefaults |
IRestoreDefaults enables the Web Page editor to restore a Web item to a default state. |
| IStatusField | |
| IValidateField | |
| IValidateFields | |
| IWebDisplay | |
| IWebDisplayReference | |
| IXMLDisplay |
C++ Information
Class
| IDataSetComponent |
IDataSetComponent defines the methods that bind a Web item to an XML broker. |
| IDataSetField | |
| IDataSetFields | |
| IFormatColumn | |
| IHTMLField |
IHTMLField is an interface that must be implemented by Web items that generate <INPUT> elements. |
| IHTMLForm |
IHTMLForm is an interface that must be implemented by Web items that generate forms. |
| IInetXWebDataSet |
IInetXWebDataSet lets a Web item interact with information about a dataset in an XML broker's data packet. |
| IQueryField | |
| IQueryFields | |
| IQueryForm | |
| IRestoreDefaults |
IRestoreDefaults enables the Web Page editor to restore a Web item to a default state. |
| IStatusField | |
| IValidateField | |
| IValidateFields | |
| IWebDisplay | |
| IWebDisplayReference | |
| IXMLDisplay | |
| TApplyUpdatesButton |
TApplyUpdatesButton generates an HTML control that sends an Update message to the XML broker on an InternetExpress application. |
| TCaptionAttributes |
TCaptionAttributes customizes the appearance of the label that identifies a display control in a WebSnap or InternetExpress application. |
| TCustomDataForm |
TCustomDataForm is the base class for components that generate an HTML form in an InternetExpress application. |
| TCustomDataGrid |
TCustomDataGrid is the base class for Web items that generate an HTML table to display a dataset in an XML data packet. |
| TCustomDataNavigator |
TCustomDataNavigator assembles the HTML generated by a set of TDataSetButton and TXMLButton descendants. |
| TCustomFieldGroup |
TCustomFieldGroup is the base class for Web items that arrange information on an HTML form as a set of labeled fields. |
| TCustomLayoutGroup |
TCustomLayoutGroup is the base class for Web items that arrange content produced by arbitrary Web items. |
| TCustomQueryButtons |
TCustomQueryButtons assembles the HTML generated by a set of TQueryButton descendants. |
| TCustomQueryForm |
TCustomQueryForm is the base class for Web items that generate HTML forms for letting users enter application-defined values. |
| TDataForm |
TDataForm generates an HTML form that displays database information and lets users apply updates. |
| TDataGrid |
TDataGrid generates an HTML table to display a dataset in an XML data packet. |
| TDataNavigator |
TDataNavigator assembles the HTML generated by a set of TDataSetButton and TXMLButton descendants. |
| TDataSetButton |
TDataSetButton is the base class for Web items that create HTML buttons for navigating or editing data. |
| TDeleteButton |
TDeleteButton generates an HTML control that deletes a record from an XML data packet. |
| TFieldGroup |
TFieldGroup arranges database information on an HTML form as a set of labeled fields. |
| TFieldRadioGroup |
TFieldRadioGroup creates an HTML radio group control to represent a field in an XML data packet. |
| TFieldSelectOptions |
TFieldSelectOptions creates an HTML list control to represent a field in an XML data packet. |
| TFieldStatus |
TFieldStatus generates an HTML control that indicates whether a record in an XML data packet has been modified by the end user. |
| TFieldText |
TFieldText creates a single-line HTML input control to represent a field in an XML data packet. |
| TFieldTextArea |
TFieldTextArea creates a multi-line HTML input control to represent a field in an XML data packet. |
| TFirstButton |
TFirstButton generates an HTML control that moves to the first record in an XML data packet. |
| TFormLayout |
TFormLayout lets child Web items adhere to layout rules imposed by their parent. |
| TGridAttributes |
TGridAttributes describes the options the TDataGrid component adds to an HTML <TABLE> tag. |
| TGridRowAttributes |
TGridRowAttributes describes the options the TDataGrid component adds to its HTML row tags (<TR>). |
| TInsertButton |
TInsertButton generates an HTML control that inserts a new record in an XML data packet. |
| TLastButton |
TLastButton generates an HTML control that moves to the last record in an XML data packet. |
| TLayoutGroup |
TLayoutGroup generates the HTML to arrange content produced by other Web items. |
| TNextButton |
TNextButton generates an HTML control that moves to the next record in an XML data packet. |
| TNextPageButton |
TNextPageButton generates an HTML control that moves to the next set of records in an XML data packet. |
| TPostButton |
TPostButton generates an HTML control that posts changes to an XML delta packet. |
| TPriorButton |
TPriorButton generates an HTML control that moves to the previous record in an XML data packet. |
| TPriorPageButton |
TPriorPageButton generates an HTML control that moves to the previous set of records in an XML data packet. |
| TQueryButton |
TQueryButton is the base class for Web items that create HTML buttons that manage application-defined values. |
| TQueryButtons |
TQueryButtons assembles the HTML generated by a set of TQueryButton descendants. |
| TQueryFieldGroup |
TQueryFieldGroup arranges information on an HTML form as a set of labeled fields. |
| TQueryForm |
TQueryForm generates HTML forms for letting users enter application-defined values. |
| TQueryRadioGroup |
TQueryRadioGroup creates an HTML radio group control to represent named parameter. |
| TQuerySelectOptions |
TQuerySelectOptions creates an HTML list control to represent a named parameter. |
| TQueryText |
TQueryText creates a single-line HTML input control to represent a named parameter. |
| TQueryTextArea |
TQueryTextArea creates a multi-line HTML input control to represent named parameter. |
| TResetQueryButton |
TResetQueryButton generates an HTML control that backs out changes to the values on a query form. |
| TSelectOptionsColumn |
TSelectOptionsColumn creates an HTML list control to represent a field value in a data grid. |
| TStatusColumn |
TStatusColumn generates an HTML control that indicates whether a record in a data grid has been modified by the end user. |
| TSubmitQueryButton |
TSubmitQueryButton generates an HTML control that backs out changes to the values on a query form. |
| TTextAreaColumn |
TTextAreaColumn creates a multi-line HTML input control to represent a field value in a data grid. |
| TTextColumn |
TTextColumn creates a single-line HTML input control to represent a field value in a data grid. |
| TUndoButton |
TUndoButton generates an HTML control that backs out changes to the current record. |
| TWebButton |
TWebButton is the base class for Web items that create HTML button controls. |
| TWebControlGroup |
TWebControlGroup is the base class for Web items that arrange HTML controls. |
| TWebDataDisplay |
TWebDataDisplay is the base class for Web items that create HTML display controls. |
| TWebDataInput |
TWebDataInput is the base class for Web items that create HTML display controls for entering information. |
| TWebDisplay | |
| TWebDisplayReferenceGroup |
TWebDisplayReferenceGroup is the base class for Web items that arrange a set of controls that influence a control that displays data. |
| TWebForm |
TWebForm is the base class for Web items that create HTML forms in InternetExpress applications. |
| TWebListInput |
TWebListInput is the base class for Web items that create HTML display controls which present a fixed set of possible values. |
| TWebRadioGroupInput |
TWebRadioGroupInput is the base class for Web items that create HTML radio group controls. |
| TWebSelectOptionsInput |
TWebSelectOptionsInput is the base class for Web items that create HTML list controls. |
| TWebStatus |
TWebStatus is the base class for Web items that indicate the status of records in an XML data packet. |
| TWebTextAreaInput |
TWebTextAreaInput is the base class for Web items that create HTML multi-line text controls. |
| TWebTextInput |
TWebTextInput is the base class for Web items that create HTML single-line text controls. |
| TXMLButton |
TXMLButton is the base class for Web items that create HTML buttons that perform some action with the XML data packet. |
| TXMLData |
TXMLData manages the relationship between an XML broker and a Web item that represents a dataset in that XML broker's data packet. |
| TXMLDataParent | |
| TXMLDataSet |
TXMLDataSet manages the relationship between a Web item and the XML dataset to which it is bound. |
| TXMLDataSetParent | |
| TXMLDisplayGroup |
TXMLDisplayGroup is the base class for Web items that arrange a set of special-purpose controls in an HTML form. |
| TXMLDisplayParent | |
| TXMLDisplayReferenceButton |
TXMLDisplayReferenceButton is the base class for Web items that generate HTML buttons for influencing controls that display data. |
| TXMLDisplayReferenceGroup |
TXMLDisplayReferenceGroup is the base class for Web items that arrange a set of button controls that influence a control that displays data. |
Enum
| TCaptionPosition |
TCaptionPosition indicates the relative position of a label to the HTML control it labels. |
| TFormMethod |
TFormMethod represents the method attribute on the <form> tag of an HTML form. |
| TLayoutState | |
| TTextAreaWrap |
TTextAreaWrap indicates how an HTML display control should treat items that are too wide for the physical width of the control. |
Function
Typedef
Variable
| FormMethodNames | |
| HTMLAlignValues | |
| HTMLVAlignValues | |
| TextAreaWrap |