Class TSpecParamResult

Unit

Declaration

type TSpecParamResult = class(TBaseComplexRemotable)

Description

Hierarchy

  • TBaseComplexRemotable
  • TSpecParamResult

Overview

Fields

Private FErrCode: integer;
Private FErrMsg: string;
Private FName: string;
Private FValue: double;
Private F_Type: integer;

Properties

Published property ErrCode: integer read FErrCode write FErrCode;
Published property ErrMsg: string read FErrMsg write FErrMsg;
Published property Name: string read FName write FName;
Published property Value: double read FValue write FValue;
Published property _Type: integer read F_Type write F_Type;

Description

Fields

Private FErrCode: integer;
 
Private FErrMsg: string;
 
Private FName: string;
 
Private FValue: double;
 
Private F_Type: integer;
 

Properties

Published property ErrCode: integer read FErrCode write FErrCode;
 
Published property ErrMsg: string read FErrMsg write FErrMsg;
 
Published property Name: string read FName write FName;
 
Published property Value: double read FValue write FValue;
 
Published property _Type: integer read F_Type write F_Type;
 

Generated by PasDoc 0.15.0.