Friday, October 5, 2007

How to work with Record

How to work with Record

To work with Record

Recognizing Delphi programming structure - Record:

type

Temployee Rec=record

Name:string[40];

Salary:Real;

End;

No comments: