Unit 'Rtti' Package
[Overview][Resource strings][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl-objpas]

TRttiInstanceType

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: rtti.pp line 834

type TRttiInstanceType = class(TRttiStructuredType)

protected

  function GetIsInstance; override;

  function GetTypeSize; override;

  function GetBaseType; override;

public

  function GetDeclaredFields; override;

  function GetDeclaredMethods; override;

  function GetDeclaredProperties; override;

  function GetDeclaredIndexedProperties; override;

  property MetaClassType: TClass; [r]

  property DeclaringUnitName: string; [r]

end;

Inheritance

TRttiInstanceType

|

TRttiStructuredType

|

TRttiType

|

TRttiNamedObject

|

TRttiObject

|

TObject


Documentation generated on: 2025-07-25