Show: Delphi
C++
Display Preferences
WebComp
From XE2 API Documentation
Contents |
Classes
| IAddFieldsEditor | |
| IGetWebComponentList | |
| IGetWebComponentNodeName | |
| IGetXMLStream | |
| ILayoutWebContent | ILayoutWebContent lets child Web items adhere to layout rules imposed by their parent. |
| INotifyActivateModule | |
| INotifyWebActivate | |
| IProducerEditorViewSupport | |
| ISetWebContentOptions | |
| ITopLevelWebComponent | |
| IWebComponent | IWebComponent is the interface supported by components that TWebComponentList manages. |
| IWebComponentCommands | |
| IWebComponentContainer | |
| IWebComponentEditor | IWebComponentEditor enables a Web item to be assigned children in the IDE. |
| IWebComponentEditorHelper | |
| IWebContent | IWebContent is an interface that allows components page producers and Web items to access the HTML generated by other components. |
| IWebVariablesContainerName | |
| TLayout | TLayout is the type for helper objects that generate layout code for a Web item. |
| TLayoutAttributes | TLayoutAttributes describes how an HTML control should be laid out. |
| TLayoutWebContent | TLayoutWebContent lets child Web items adhere to layout rules imposed by their parent. |
| TWebComponentClassDescription | |
| TWebComponentContainer | TWebComponentContainer is the type for components that maintain a list of Web items. |
| TWebComponentList | TWebComponentList maintains a list of Web item components. |
| TWebComponentsEditorHelper | |
| TWebContainedComponent | TWebContainedComponent is the base class for Web items that generate HTML on behalf of another component. |
| TWebContainedComponentHelper | TWebContainedComponentHelper implements the common behavior of components that generate HTML on behalf of another component. |
| TWebContainedContainerComponent | TWebContainedContainerComponent is the base class for Web items that generate HTML on behalf of another component and also use Web items to generate HTML. |
| TWebContainerComponent | TWebContainerComponent is the base class for components that use Web items to generate HTML. |
| TWebContainerComponentHelper | TWebContainerComponentHelper implements the common behavior of components that maintain a list of Web items to generate HTML. |
| TWebContentOptions | TWebContentOptions controls what a Web item can include in its generated HTML. |
Routines
| DesigningComponent | |
| EnumRegisteredWebComponents | |
| FindWebComponentEditorHelper | |
| QualifyFileName | |
| RegisterWebComponents | |
| UnRegisterWebComponents | |
| ValidateWebParent |
Types
| _di_IAddFieldsEditor | |
| _di_IGetWebComponentList | |
| _di_IGetWebComponentNodeName | |
| _di_IGetXMLStream | |
| _di_ILayoutWebContent | |
| _di_INotifyActivateModule | |
| _di_INotifyWebActivate | |
| _di_IProducerEditorViewSupport | |
| _di_ISetWebContentOptions | |
| _di_ITopLevelWebComponent | |
| _di_IWebComponent | |
| _di_IWebComponentCommands | |
| _di_IWebComponentContainer | |
| _di_IWebComponentEditor | |
| _di_IWebComponentEditorHelper | |
| _di_IWebContent | |
| _di_IWebVariablesContainerName | |
| TEnumWebComponentsProc | |
| TGetComponentListEvent | TGetComponentListEvent is the type for event handlers that supply a list of child Web items. |
| TLabelPosition | |
| TLayout | TLayout is the type for helper objects that generate layout code for a Web item. |
| TSetComponentListEvent | |
| TWebComponentContainer | TWebComponentContainer is the type for components that maintain a list of Web items. |
| TWebContentFlag | TWebContentFlags indicates the type of HTML a Web item can produce. |
| TWebContentFlags |
Variables
| EnumRegisteredWebComponentsProc | |
| FindWebComponentEditorHelperProc | |
| RegisterWebComponentsProc | |
| UnRegisterWebComponentsProc |
Constants
| coLocalPaths | coLocalPaths: TWebContentFlag = coLocalPaths; |
| coNoExecuteScript | coNoExecuteScript: TWebContentFlag = coNoExecuteScript; |
| coNoScript | coNoScript: TWebContentFlag = coNoScript; |
| lposAbove | lposAbove: TLabelPosition = lposAbove; |
| lposBelow | lposBelow: TLabelPosition = lposBelow; |
| lposLeft | lposLeft: TLabelPosition = lposLeft; |
| lposRight | lposRight: TLabelPosition = lposRight; |