CheckBox.GetProperties

table CheckBox.GetProperties ( 

string ObjectName )

Example 1

tProperties = CheckBox.GetProperties("CheckBox1");

Gets the properties from the checkbox object 'CheckBox1' and stores them in table 'tProperties'.

See also:  Related Actions