| **Navigation:**  [[introduction.htm|Language Reference]] > [[chapter runtime properties.htm|App C - PROP: Runtime Properties]] > Runtime VIEW and FILE Properties >====== PROP:Record ====== | [[prop progressevents.htm|{{btn_prev_n.gif|Previous page}}]][[chapter runtime properties.htm|{{btn_home_n.gif|Return to chapter overview}}]][[prop sqldriver.htm|{{btn_next_n.gif|Next 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****}**