TControlWebSiteModule

TWebSiteModule for displaying and interacting with a TControl.

Inheritance

LevelAncestorDescription
1TObjectUltimate ancestor in a class hierarchy
2TBaseObjectA base class for objects that can be used instead of TObject.
3TReferenceCountedObjectObject that keeps track of the number of times it is referenced from other objects
4TWebSiteModule Abstract base class for nodes in a static hierarchy of named modules corresponding to the URI structure of a TWebSite.
5TControlWebSiteModule

Source

WebSite.Control.Module.pas (51)

Description

The TControl instance is rendered to a TRasterImage and added to a web page. In the browser mouse and keyboard events are captured and sent back to this module from Javascript code. After translating and handling the events by the TControl instance the web page fetches a new image rendered for the control.

Fields

ScopeVisibilityTypeNameDescription
InstanceprotectedTControlSourceFSource
InstanceprotectedTTextFName
InstanceprotectedTDocumentLocalizeFTitle
InstanceprotectedTMap<TControl,TWebSiteControlWindow>Windows
InstancepublicTControlEmbellishmentEmbellishment

Methods

ScopeVisibilityResultNameDescription
InstanceprotectedSetSource(Value: TControlSource)
InstanceprotectedFreeWindows()
InstancepublicCreate(Name: TText; Title: TDocumentLocalize; Source: TControlSource)
InstancepublicDestroy()
InstancepublicTTextGetName()
InstancepublicTDocumentNodeGetTitle(Request: TWebSiteRequest)
InstancepublicTWebSiteRequestHandlerCreateRequestHandler(Request: TWebSiteRequest)
InstancepublicTAuthorizationLevelGetMinimumAuthorizationLevel(Request: TWebSiteRequest)