====== RECEIVER property (System) ====== ==== Description ==== Specifies the name of a GUI object to receive and display the contents of Basic+ “Send_Dyn” calls. ==== Property Value ==== This property is a string containing the fully qualified name of a GUI object. It must be one of the following types: • EDITBOX • LISTBOX • EDITTABLE The property value can also be set to null to ignore Send_Dyn data. ==== Property Traits ==== ^Development^Runtime^Indexed^Scaled^Synthetic^ |N/A|Get/Set|No|No|No| ==== Remarks ==== N/A ==== Example ==== // Example - set the current window's LST_DATA ListBox as the // SYSTEM RECEIVER object Call Set_Property_Only( "SYSTEM", "RECEIVER", @Window : ".LST_DATA" ) ==== See Also ==== Send_Dyn Basic+ stored procedure, WINDOW STATUSLINE property.