The EMPTYTEXT property is a simple text string.
Development | Runtime | Indexed | Scaled | Synthetic |
---|---|---|---|---|
Get/Set | Get/Set | No | No | No |
This property uses a grayed, italicized version of the control’s FONT property when displaying the empty text.
text = "The are no items to display" Call Set_Property_Only( @Window : ".PRG_MAIN", "EMPTYTEXT", text )
N/A