Show: Delphi
C++
Display Preferences
MidProd
From XE2 API Documentation
Contents |
Classes
| TBaseInetXPageProducer | TBaseInetXPageProducer is an base class for InternetExpress page producer classes. |
| TBaseMidasPageProducer | |
| TCustomInetXPageProducer | TCustomInetXPageProducer is the base class for page producers that display live database information in an InternetExpress application. |
| TCustomMidasPageProducer | |
| TInetXPageElements | |
| TInetXPageProducer | TInetXPageProducer assembles an HTML document that represents live database information from an application server. |
| TMidasPageElements | |
| TMidasPageProducer | TMidasPageProducer assembles an HTML document that represents live database information from an application server. |
Routines
| AddStdIncludes | |
| PathInfoToRelativePath |
Types
| TBaseMidasPageProducer | |
| TCustomMidasPageProducer | |
| TMidasPageElements | |
| TStdInclude | |
| TStdIncludes | |
| TXMLDataEvent | TXMLDataEvent is the type of event handlers that occur when an InternetExpress page producer adds an XML data packet to its HTML document. |
Constants
| jsBind | jsBind: TStdInclude = jsBind; |
| jsDB | jsDB: TStdInclude = jsDB; |
| jsDisp | jsDisp: TStdInclude = jsDisp; |
| jsDom | jsDom: TStdInclude = jsDom; |
| jsErrDisp | jsErrDisp: TStdInclude = jsErrDisp; |
| jsShow | jsShow: TStdInclude = jsShow; |
| sXMLBroker | sXMLBroker: string = XMLBROKER; |
| sXMLReadyVar | sXMLReadyVar: string = xml_ready; |