Class TRALRouteParam

Unit

Declaration

type TRALRouteParam = class(TCollectionItem)

Description

TRALRouteParam

Hierarchy

Overview

Methods

Public constructor Create(ACollection: TCollection); override;
Public destructor Destroy; override;
Protected function GetDisplayName: string; override;
Protected procedure AssignTo(Dest: TPersistent); override;
Protected procedure SetDescription(AValue: TStrings);

Properties

Published property Description: TStrings read FDescription write SetDescription;
Published property ParamName: StringRAL read FParamName write FParamName;
Published property ParamType: TRALRouteParamType read FParamType write FParamType;
Published property Required: boolean read FRequired write FRequired;

Description

Methods

Public constructor Create(ACollection: TCollection); override;
 
Public destructor Destroy; override;
 
Protected function GetDisplayName: string; override;
 
Protected procedure AssignTo(Dest: TPersistent); override;
 
Protected procedure SetDescription(AValue: TStrings);
 

Properties

Published property Description: TStrings read FDescription write SetDescription;
 
Published property ParamName: StringRAL read FParamName write FParamName;
 
Published property ParamType: TRALRouteParamType read FParamType write FParamType;
 
Published property Required: boolean read FRequired write FRequired;
 


GitHub Repository
Generated by PasDoc 0.16.0.