[Overview][Resource strings][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'tiObject' (#tiopf)

TtiObject.Parent

The parent of this object

Declaration

Source position: tiObject.pas line 431

public property TtiObject.Parent : TtiObject
  read GetParent;

Description

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.

See also

TtiObject.Owner

  

The class that owns this object


Documentation generated on: 2017-08-16