Q
qgzhang
Unregistered / Unconfirmed
GUEST, unregistred user!
I have a Record
ARMA= ^RMA;
RMA= Record
RMANo:String;
Qty:Integer;
end;
How can I use ARMA[1] replace ARMA.RMANo so that I can make a
more universal program regardless the change of TRect.
ARMA= ^RMA;
RMA= Record
RMANo:String;
Qty:Integer;
end;
How can I use ARMA[1] replace ARMA.RMANo so that I can make a
more universal program regardless the change of TRect.