To work with Record
Recognizing Delphi programming structure - Record:
type
Temployee Rec=record
Name:string[40];
Salary:Real;
End;
Post a Comment
No comments:
Post a Comment