Registered Property

Returns whether or not the grid has been registered.  Read only. See Remarks.


Syntax

object.Registered [= value ]

The syntax of the Registered Property has these parts:

PartDescription
objectA DGrid control.
value  Returns True if registered, False if not.

Remarks

If a form containing a DGrid control was saved before the DGrid control was registered you will be able to manually change the regestered property to True. If an application was compiled during the Trial period, it will also have to be recompiled after registration.

Data Type

Boolean