Class TIWBSTabControl

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TIWBSTabControl = class(TIWTabControl, IIWInputControl, IIWBSComponent, IIWBSContainer)

Description

Hierarchy

  • TIWTabControl
  • TIWBSTabControl

Overview

Methods

Public constructor Create(AOwner: TComponent); override;
Public destructor Destroy; override;
Public function GetTabPageCSSClass(ATabPage: TComponent): string;
Public function IsStoredCustomAsyncEvents: Boolean;
Public function IsStoredCustomRestEvents: Boolean;
Public procedure AsyncRefreshControl;
Public procedure AsyncRemoveControl;
Public procedure SetTabPageVisibility(ATabPage: TIWTabPage; Visible: boolean); overload;
Public procedure SetTabPageVisibility(ATabIndex: integer; Visible: boolean); overload;

Properties

Published property ActivePage: Integer read FActivePage write SetActivePage;
Published property Align;
Published property BSGridOptions: TIWBSGridOptions read FGridOptions write SetGridOptions;
Published property BSTabOptions: TIWBSTabOptions read FTabOptions write SetTabOptions;
Published property ClipRegion default False;
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 False;
Published property Script: TStringList read GetScript write SetScript;
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 GetTabPageCSSClass(ATabPage: TComponent): string;
 
Public function IsStoredCustomAsyncEvents: Boolean;
 
Public function IsStoredCustomRestEvents: Boolean;
 
Public procedure AsyncRefreshControl;
 
Public procedure AsyncRemoveControl;
 
Public procedure SetTabPageVisibility(ATabPage: TIWTabPage; Visible: boolean); overload;
 
Public procedure SetTabPageVisibility(ATabIndex: integer; Visible: boolean); overload;
 

Properties

Published property ActivePage: Integer read FActivePage write SetActivePage;
 
Published property Align;
 
Published property BSGridOptions: TIWBSGridOptions read FGridOptions write SetGridOptions;
 
Published property BSTabOptions: TIWBSTabOptions read FTabOptions write SetTabOptions;
 
Published property ClipRegion default False;
 
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 False;
 
Published property Script: TStringList read GetScript write SetScript;
 
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.