TControlSource

Abstract base class for a facility that creates a TControl based on the context provided by a TWebSiteRequest.

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
4TControlSource

Source

WebSite.Control.Source.pas (26)

Methods

ScopeVisibilityResultNameDescription
InstancepublicTControlGetControl(Request: TWebSiteRequest)Returns a new or existing TControl.
InstancepublicReturnControl(Control: TControl)Allows clean up of a TControl that was returned by a call to GetControl.
InstancepublicLinkedToControl(Request: TWebSiteRequest)Is called when a new link has been created for a control.