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)

    . .

CODE

Rec &= Customer{PROP:Record}