[Overview][Resource strings][Constants][Types][Classes][Procedures and functions][Index] |
Is this object unique in the hierarchy?
Source position: tiObject.pas line 461
public function TtiObject.IsUnique( |
const AObject: TtiObject |
):Boolean; virtual; |
Is this object unique in the hierarchy? By default, IsUnique will check all objects in the collection (from the current object down thetree) for uniqueness by OID. Override DoFindAllNotUnique to change the properties that are tested.