| **Navigation:**  [[introduction.htm|Language Reference]] > [[chapter runtime properties.htm|App C - PROP: Runtime Properties]] > Runtime VIEW and FILE Properties >====== PROP:Field ====== | [[prop fetchsize.htm|{{btn_prev_n.gif|Previous page}}]][[chapter runtime properties.htm|{{btn_home_n.gif|Return to chapter overview}}]][[file structure properties.htm#p5h5yb|{{btn_next_n.gif|Next page}}]] | | || Property of a VIEW which returns the field number in a file for the specified field number in a VIEW. (READ ONLY) You can also use PROP:Field to retrieve the component of a designated key. Example: **KFile &FILE** **Record &GROUP** **CODE** **KFile &= key{PROP:File}** **MESSAGE(KFile{PROP:Label, key{PROP:Field, 1}}) !Returns label of first key component**