Interface IIWBSComponent

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type IIWBSComponent = interface(IIWHTML40Control)

Description

Attributes
GUID['{12925CB3-58EC-4B56-B032-478892548906}']

Hierarchy

  • IIWHTML40Control
  • IIWBSComponent

Overview

Methods

Public function GetCustomAsyncEvents: TIWBSCustomAsyncEvents;
Public function GetCustomRestEvents: TIWBSCustomRestEvents;
Public function GetScript: TStringList;
Public function GetScriptInsideTag: boolean;
Public function GetScriptParams: TIWBSScriptParams;
Public function GetStyle: TStringList;
Public function get_Visible: Boolean;
Public function HTMLControlImplementation: TIWHTMLControlImplementation;
Public function IsStoredCustomAsyncEvents: Boolean;
Public function IsStoredCustomRestEvents: Boolean;
Public procedure AsyncRefreshControl;
Public procedure AsyncRemoveControl;
Public procedure InternalRenderScript(AContext: TIWCompContext; const AHTMLName: string; AScript: TStringList);
Public procedure InternalRenderStyle(AStyle: TStringList);
Public procedure SetCustomAsyncEvents(const Value: TIWBSCustomAsyncEvents);
Public procedure SetCustomRestEvents(const Value: TIWBSCustomRestEvents);
Public procedure SetScript(const AValue: TStringList);
Public procedure SetScriptInsideTag(const AValue: boolean);
Public procedure SetScriptParams(const AValue: TIWBSScriptParams);
Public procedure SetStyle(const AValue: TStringList);
Public procedure set_Visible(Value: Boolean);

Properties

Public property Cursor: TIWCursor read get_WebCursor write set_WebCursor;
Public property CustomAsyncEvents: TIWBSCustomAsyncEvents read GetCustomAsyncEvents write SetCustomAsyncEvents;
Public property CustomRestEvents: TIWBSCustomRestEvents read GetCustomRestEvents write SetCustomRestEvents;
Public property Script: TStringList read GetScript write SetScript;
Public property ScriptInsideTag: boolean read GetScriptInsideTag write SetScriptInsideTag;
Public property ScriptParams: TIWBSScriptParams read GetScriptParams write SetScriptParams;
Public property Style: TStringList read GetStyle write SetStyle;
Public property Visible: boolean read get_Visible write set_Visible;

Description

Methods

Public function GetCustomAsyncEvents: TIWBSCustomAsyncEvents;
 
Public function GetCustomRestEvents: TIWBSCustomRestEvents;
 
Public function GetScript: TStringList;
 
Public function GetScriptInsideTag: boolean;
 
Public function GetScriptParams: TIWBSScriptParams;
 
Public function GetStyle: TStringList;
 
Public function get_Visible: Boolean;
 
Public function HTMLControlImplementation: TIWHTMLControlImplementation;
 
Public function IsStoredCustomAsyncEvents: Boolean;
 
Public function IsStoredCustomRestEvents: Boolean;
 
Public procedure AsyncRefreshControl;
 
Public procedure AsyncRemoveControl;
 
Public procedure InternalRenderScript(AContext: TIWCompContext; const AHTMLName: string; AScript: TStringList);
 
Public procedure InternalRenderStyle(AStyle: TStringList);
 
Public procedure SetCustomAsyncEvents(const Value: TIWBSCustomAsyncEvents);
 
Public procedure SetCustomRestEvents(const Value: TIWBSCustomRestEvents);
 
Public procedure SetScript(const AValue: TStringList);
 
Public procedure SetScriptInsideTag(const AValue: boolean);
 
Public procedure SetScriptParams(const AValue: TIWBSScriptParams);
 
Public procedure SetStyle(const AValue: TStringList);
 
Public procedure set_Visible(Value: Boolean);
 

Properties

Public property Cursor: TIWCursor read get_WebCursor write set_WebCursor;
 
Public property CustomAsyncEvents: TIWBSCustomAsyncEvents read GetCustomAsyncEvents write SetCustomAsyncEvents;
 
Public property CustomRestEvents: TIWBSCustomRestEvents read GetCustomRestEvents write SetCustomRestEvents;
 
Public property Script: TStringList read GetScript write SetScript;
 
Public property ScriptInsideTag: boolean read GetScriptInsideTag write SetScriptInsideTag;
 
Public property ScriptParams: TIWBSScriptParams read GetScriptParams write SetScriptParams;
 
Public property Style: TStringList read GetStyle write SetStyle;
 
Public property Visible: boolean read get_Visible write set_Visible;
 

Generated by PasDoc 0.14.0.