Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== EMPTYTEXT property (PropertyGrid) ====== ==== Description ==== Specifies the text to display when the property grid contains no items. {{image30.gif?249x480}} ==== Property Value ==== The EMPTYTEXT property is a simple text string. ==== Property Traits ==== ^Development^Runtime^Indexed^Scaled^Synthetic^ |Get/Set|Get/Set|No|No|No| ==== Remarks ==== This property uses a grayed, italicized version of the control’s FONT property when displaying the empty text. ==== Example ==== <code> text = "The are no items to display" Call Set_Property_Only( @Window : ".PRG_MAIN", "EMPTYTEXT", text ) </code> ==== See Also ==== N/A guides/oi10/presentation_server/emptytext_property_propertygrid.txt Last modified: 2023/10/25 10:49by 127.0.0.1