| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > SelectFileClass > SelectFileClass Properties >====== WindowTitle (file dialog title text) {{c6h0009.jpg|C6H0009.jpg}} ====== | [[flags file dialog behavior .htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[selectfileclass methods.htm|{{btn_next_n.gif|Next page}}]] | | || | | **WindowTitle** | **CSTRING(80)** | {{blk2blue.jpg|blk2blue.jpg}} The **WindowTitle **property contains a string that sets the title bar text in the Windows file dialog. **Implementation:** The Init method sets the WindowTitle property to its default value declared in ABUTIL.TRN. The SelectFileClass uses the WindowTitle property as the //title //parameter to the FILEDIALOG function. See //FILEDIALOG //in the //Language Reference// for more information. **See Also:**     [[init initialize the selectfileclass object .htm|Init]]