RadioButton.GetProperties

table RadioButton.GetProperties (

string ObjectName )

Example 1

tProperties = RadioButton.GetProperties("RadioButton1");

Gets the properties from the radiobutton object 'RadioButton1' and stores them in table 'tProperties'.

See also: Related Actions