Grid.GetProperties

table Grid.GetProperties ( 

string ObjectName )

Example 1

tProperties = Grid.GetProperties("Grid12");

Gets the properties of the "Grid12" grid object and stores them in table "tProperties".

See also:  Related Actions