Class TIWBSCustomRestEvent

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TIWBSCustomRestEvent = class(TCollectionItem)

Description

Hierarchy

  • TCollectionItem
  • TIWBSCustomRestEvent

Overview

Methods

Public procedure Assign(Source: TPersistent); override;
Public procedure ParseParam(AScript: TStringList);
Public procedure RegisterEvent(AApplication: TIWApplication; const AComponentName: string);

Properties

Published property EventName: string read FEventName write SetEventName;
Published property OnRestEvent: TIWBSRestCallBackFunction read FRestEvent write FRestEvent;
Published property ParseFileUpload: boolean read FParseFileUpload write FParseFileUpload default False;

Description

Methods

Public procedure Assign(Source: TPersistent); override;
 
Public procedure ParseParam(AScript: TStringList);
 
Public procedure RegisterEvent(AApplication: TIWApplication; const AComponentName: string);
 

Properties

Published property EventName: string read FEventName write SetEventName;
 
Published property OnRestEvent: TIWBSRestCallBackFunction read FRestEvent write FRestEvent;
 
Published property ParseFileUpload: boolean read FParseFileUpload write FParseFileUpload default False;
 

Generated by PasDoc 0.14.0.