PrintInfo Reference > PrintInfo Properties > Default Property (PrintInfo) |
This property sets or returns a Boolean that determines whether the target object is the default PrintInfo for the associated TDBGrid control.
PrintInfo.Default= boolean
Read/Write at run time and design time.
If True (the default), the PrintInfo property of the associated TDBGrid control returns the target object.
If False, the target object can only be accessed through the PrintInfos collection of the associated TDBGrid control.
When a TDBGrid control is first created, its PrintInfos collection contains a single PrintInfo object whose Default property is True.