Class TMoveMoney (unit MoveMoney)

Inherits from

TAutoObject

IMoveMoney

Constructors



Functions

function Get_PrimeAccount: Integer;

Get Receipt Number for the transaction

function Get_SecondAccount: Integer;


function Perform(nPrimeAccount, nSecoundAccount, nAmount, nTranType: Integer): WideString;


procedure Set_PrimeAccount(Value: Integer);


procedure Set_SecondAccount(Value: Integer);


function StatefulPerform(nAmount, nTranType: Integer): WideString;


Properties

Events

Variables

FPrimeAccount : Integer;


FSecondAccount : Integer;



Constructors


Functions


function Get_PrimeAccount: Integer;

Get Receipt Number for the transaction


function Get_SecondAccount: Integer;


function Perform(nPrimeAccount, nSecoundAccount, nAmount, nTranType: Integer): WideString;


procedure Set_PrimeAccount(Value: Integer);


procedure Set_SecondAccount(Value: Integer);


function StatefulPerform(nAmount, nTranType: Integer): WideString;


Properties


Events


Variables


FPrimeAccount : Integer;


FSecondAccount : Integer;