| **Navigation:**  [[introduction.htm|Language Reference]] > 9 -  Window and Report Attributes > Attribute Property Equates >====== PROP:Text with Windows and Controls ====== | [[attribute property equates.htm|{{btn_prev_n.gif|Previous page}}]][[introduction.htm|{{btn_home_n.gif|Return to chapter overview}}]][[absolute set fixed position printing .htm|{{btn_next_n.gif|Next page}}]] | | || PROP:Text is the //text// parameter of an APPLICATION(//text//), WINDOW(//text//), or any //control//(//text//). This property represents the parameter to any control or window declaration, and could contain any value that is valid as the parameter to the specific control's declaration. There is also a usage of [[prop text.htm|PROP:Text]] that applies to Memos and Blobs. **Example:** **?Image{PROP:Text} = 'My.BMP'           !a new bitmap for the referenced IMAGE control** **?Prompt{PROP:Text} = 'New Prompt text' !new text in the referenced PROMPT control** **?Entry{PROP:Text} = '@N03'             !new picture for the referenced ENTRY control** **See Also:** [[attribute property equates.htm|Attribute Property Equates]]