TBaseObject

A base class for objects that can be used instead of TObject.

Inheritance

LevelAncestorDescription
1TObjectUltimate ancestor in a class hierarchy
2TBaseObject

Source

Object_.Base.pas (29)

Description

TBaseObject adds some very basic functions that can be thought of as missing from TObject.

Methods

ScopeVisibilityResultNameDescription
InstancepublicCreate()
InstancepublicTTextToText()
InstancepublicTBooleanEquals(Object_: TBaseObject)Returns a TBoolean indicating whether the object equals Object_.
InstancepublicTBooleanHandleEvent(Event: TEvent)Called when the object is the target of Event.
InstancepublicTObjectQuery(Query: TQuery)
TypepublicTTextToText(Object_: TObject)Returns a TText representation of the object.
TypepublicTBooleanEqualObjects(Left: TObject; Right: TObject)