in Delphi TIPS :: Record data types in Delphi represent a mixed set of elements. Each element is called a field; the declaration of a record type specifies a name and type for each field
As with any data type in Delphi, you can create a record type constant (a read-only "variable").
Read the full article to learn how to How to Declare a Constant Record in Delphi
Related:
Comments
No comments yet. Leave a Comment

