Class TBoolResult

Unit

Declaration

type TBoolResult = class(TBaseComplexRemotable)

Description

Hierarchy

  • TBaseComplexRemotable
  • TBoolResult

Overview

Fields

Private FErrCode: integer;
Private FErrMsg: string;
Private F_Result: boolean;

Properties

Published property ErrCode: integer read FErrCode write FErrCode;
Published property ErrMsg: string read FErrMsg write FErrMsg;
Published property _Result: boolean read F_Result write F_Result;

Description

Fields

Private FErrCode: integer;
 
Private FErrMsg: string;
 
Private F_Result: boolean;
 

Properties

Published property ErrCode: integer read FErrCode write FErrCode;
 
Published property ErrMsg: string read FErrMsg write FErrMsg;
 
Published property _Result: boolean read F_Result write F_Result;
 

Generated by PasDoc 0.15.0.