Class TIWBSCustomRestEvent
Unit
IWBSCustomEvents
Declaration
type TIWBSCustomRestEvent = class(TCollectionItem)
Description
Hierarchy
- TCollectionItem
- TIWBSCustomRestEvent
Overview
Methods
 |
procedure Assign(Source: TPersistent); override; |
 |
procedure ParseParam(AScript: TStringList); |
 |
procedure RegisterEvent(AApplication: TIWApplication; const AComponentName: string); |
Properties
Description
Methods
 |
procedure Assign(Source: TPersistent); override; |
|
 |
procedure ParseParam(AScript: TStringList); |
|
 |
procedure RegisterEvent(AApplication: TIWApplication; const AComponentName: string); |
|
Properties
 |
property EventName: string read FEventName write SetEventName; |
|
 |
property ParseFileUpload: boolean read FParseFileUpload write FParseFileUpload default False; |
|
Generated by PasDoc 0.14.0.
|