User Tools

Site Tools


prop_record.htm
Navigation:  Language Reference > App C - PROP: Runtime Properties > Runtime VIEW and FILE Properties >====== PROP:Record ====== Previous pageReturn to chapter overviewNext page

Property of a FILE that returns a group reference to the file's record buffer. (READ ONLY)

Example:

Rec &GROUP
Customer FILE,DRIVER('TopSpeed')
Record     RECORD
Name         STRING(20)
           END
         END
CODE
   Rec &= Customer{PROP:Record}
prop_record.htm.txt · Last modified: 2024/06/26 02:21 by carlbarnes