Interface IIWBSComponent
Unit
IWBSCommon
Declaration
type IIWBSComponent = interface(IIWHTML40Control)
Description
Attributes
- GUID['{12925CB3-58EC-4B56-B032-478892548906}']
Hierarchy
- IIWHTML40Control
- IIWBSComponent
Overview
Methods
Properties
Description
Methods
 |
function GetScript: TStringList; |
|
 |
function GetScriptInsideTag: boolean; |
|
 |
function GetStyle: TStringList; |
|
 |
function get_Visible: Boolean; |
|
 |
function HTMLControlImplementation: TIWHTMLControlImplementation; |
|
 |
function IsStoredCustomAsyncEvents: Boolean; |
|
 |
function IsStoredCustomRestEvents: Boolean; |
|
 |
procedure AsyncRefreshControl; |
|
 |
procedure AsyncRemoveControl; |
|
 |
procedure InternalRenderScript(AContext: TIWCompContext; const AHTMLName: string; AScript: TStringList); |
|
 |
procedure InternalRenderStyle(AStyle: TStringList); |
|
 |
procedure SetScript(const AValue: TStringList); |
|
 |
procedure SetScriptInsideTag(const AValue: boolean); |
|
 |
procedure SetStyle(const AValue: TStringList); |
|
 |
procedure set_Visible(Value: Boolean); |
|
Properties
 |
property Cursor: TIWCursor read get_WebCursor write set_WebCursor; |
|
Generated by PasDoc 0.14.0.
|