====== 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 ==== text = "The are no items to display" Call Set_Property_Only( @Window : ".PRG_MAIN", "EMPTYTEXT", text ) ==== See Also ==== N/A