[Overview][Resource strings][Constants][Types][Classes][Procedures and functions][Index] |
The parent of this object
Source position: tiObject.pas line 431
public property TtiObject.Parent : TtiObject |
The parent of this object. By default, my Parent is the same as my Owner, except if I'm owned by a list, then my Owner will most likely be the owner of the list. We say "most likely", because that behaviour is configurable. See TtiObject.Owner for an example. Parent is also often used to help determine foreign key relationships.
|
The class that owns this object |