Class TIWBSCustomRegion

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TIWBSCustomRegion = class(TIWCustomRegion, IIWBSComponent, IIWBSContainer)

Description

Hierarchy

  • TIWCustomRegion
  • TIWBSCustomRegion

Overview

Methods

Public constructor Create(AOwner: TComponent); override;
Public destructor Destroy; override;
Public function GetCssString: string;
Public function GetRoleString: string; virtual;
Public function IsStoredCustomAsyncEvents: Boolean;
Public function IsStoredCustomRestEvents: Boolean;
Public procedure AsyncRefreshControl;
Public procedure AsyncRemoveControl;
Public procedure Release;

Properties

Published property Align;
Published property BSGridOptions: TIWBSGridOptions read FGridOptions write SetGridOptions;
Published property ClipRegion default False;
Published property Css: string read FCss write FCss;
Published property CustomAsyncEvents: TIWBSCustomAsyncEvents read GetCustomAsyncEvents write SetCustomAsyncEvents stored IsStoredCustomAsyncEvents;
Published property CustomRestEvents: TIWBSCustomRestEvents read GetCustomRestEvents write SetCustomRestEvents stored IsStoredCustomRestEvents;
Published property ExtraTagParams;
Published property LayoutMgr;
Published property OnHTMLTag;
Published property OnRenderAsync: TNotifyEvent read FOnRenderAsync write FOnRenderAsync;
Published property RenderInvisibleControls default True;
Published property Script: TStringList read GetScript write SetScript;
Published property ScriptEvents: TIWScriptEvents read get_ScriptEvents write set_ScriptEvents stored IsScriptEventsStored;
Published property ScriptInsideTag: boolean read GetScriptInsideTag write SetScriptInsideTag default True;
Published property ScriptParams: TIWBSScriptParams read GetScriptParams write SetScriptParams;
Published property Style: TStringList read GetStyle write SetStyle;
Published property ZIndex default 0;

Description

Methods

Public constructor Create(AOwner: TComponent); override;
 
Public destructor Destroy; override;
 
Public function GetCssString: string;
 
Public function GetRoleString: string; virtual;
 
Public function IsStoredCustomAsyncEvents: Boolean;
 
Public function IsStoredCustomRestEvents: Boolean;
 
Public procedure AsyncRefreshControl;
 
Public procedure AsyncRemoveControl;
 
Public procedure Release;
 

Properties

Published property Align;
 
Published property BSGridOptions: TIWBSGridOptions read FGridOptions write SetGridOptions;
 
Published property ClipRegion default False;
 
Published property Css: string read FCss write FCss;
 
Published property CustomAsyncEvents: TIWBSCustomAsyncEvents read GetCustomAsyncEvents write SetCustomAsyncEvents stored IsStoredCustomAsyncEvents;
 
Published property CustomRestEvents: TIWBSCustomRestEvents read GetCustomRestEvents write SetCustomRestEvents stored IsStoredCustomRestEvents;
 
Published property ExtraTagParams;
 
Published property LayoutMgr;
 
Published property OnHTMLTag;
 
Published property OnRenderAsync: TNotifyEvent read FOnRenderAsync write FOnRenderAsync;
 
Published property RenderInvisibleControls default True;
 
Published property Script: TStringList read GetScript write SetScript;
 
Published property ScriptEvents: TIWScriptEvents read get_ScriptEvents write set_ScriptEvents stored IsScriptEventsStored;
 
Published property ScriptInsideTag: boolean read GetScriptInsideTag write SetScriptInsideTag default True;
 
Published property ScriptParams: TIWBSScriptParams read GetScriptParams write SetScriptParams;
 
Published property Style: TStringList read GetStyle write SetStyle;
 
Published property ZIndex default 0;
 

Generated by PasDoc 0.14.0.