Class TIWBSCustomRegion
Unit
IWBSRegion
Declaration
type TIWBSCustomRegion = class(TIWCustomRegion, IIWBSComponent, IIWBSContainer)
Description
Hierarchy
- TIWCustomRegion
- TIWBSCustomRegion
Overview
Methods
Properties
Description
Methods
 |
constructor Create(AOwner: TComponent); override; |
|
 |
destructor Destroy; override; |
|
 |
function GetCssString: string; |
|
 |
function GetRoleString: string; virtual; |
|
 |
function IsStoredCustomAsyncEvents: Boolean; |
|
 |
function IsStoredCustomRestEvents: Boolean; |
|
 |
procedure AsyncRefreshControl; |
|
 |
procedure AsyncRemoveControl; |
|
 |
procedure Release; |
|
Properties
 |
property Align; |
|
 |
property BSGridOptions: TIWBSGridOptions read FGridOptions write SetGridOptions; |
|
 |
property ClipRegion default False; |
|
 |
property Css: string read FCss write FCss; |
|
 |
property ExtraTagParams; |
|
 |
property LayoutMgr; |
|
 |
property OnHTMLTag; |
|
 |
property OnRenderAsync: TNotifyEvent read FOnRenderAsync write FOnRenderAsync; |
|
 |
property RenderInvisibleControls default True; |
|
 |
property Script: TStringList read GetScript write SetScript; |
|
 |
property ScriptEvents: TIWScriptEvents read get_ScriptEvents write set_ScriptEvents stored IsScriptEventsStored; |
|
 |
property ScriptInsideTag: boolean read GetScriptInsideTag write SetScriptInsideTag default True; |
|
 |
property Style: TStringList read GetStyle write SetStyle; |
|
 |
property ZIndex default 0; |
|
Generated by PasDoc 0.14.0.
|