Class TDerived
Unit
Declaration
type TDerived = class(TBase)
Description
This item has no description.
Hierarchy
- TObject
- TBase
- TDerived
Overview
Nested Classes and Records
| Public | TBaseNestedCio = class(TObject) |
| Public | TDerivedNestedCio = class(TObject) |
Nested Types
| Public | TBaseEnum = (...); |
| Public | TBaseType = Integer; |
| Public | TDerivedEnum = (...); |
| Public | TDerivedType = Integer; |
Constants
| Public | BaseConst = 42; |
| Public | BaseConst2 = 'blabla'; |
| Public | DerivedConst = 42; |
| Public | DerivedConst2 = 'blabla'; |
Fields
| Public | BaseField: Integer; |
| Public | BaseField2: String; |
| Public | A: Integer; |
| Public | Z: Integer; |
| Public | B: Integer; |
| Public | Y: Integer; |
| Public | var BaseField3: String; |
| Protected | BaseProtectedField: Integer; |
| Public | DerivedField: Integer; |
| Public | DerivedField2: String; |
| Public | A2: Integer; |
| Public | Z2: Integer; |
| Public | B2: Integer; |
| Public | Y2: Integer; |
| Public | var DerivedField3: String; |
| Protected | DerivedProtectedField: Integer; |
Methods
| Public | procedure BaseMethod; virtual; |
| Public | procedure BaseMethod2; |
| Protected | procedure BaseProtectedMethod; |
| Public | procedure DerivedMethod; virtual; |
| Public | procedure DerivedMethod2; |
| Protected | procedure DerivedProtectedMethod; |
Properties
| Public | property BaseProp: Integer read BaseField write BaseField; |
| Public | property BaseProp2: String read BaseField2 write BaseField2; |
| Public | property DerivedProp: Integer read DerivedField write DerivedField; |
| Public | property DerivedProp2: String read DerivedField2 write DerivedField2; |
Description
Nested Types
| Public | TBaseEnum = (...); |
|
This item is declared in ancestor TBase. This item has no description. Values
| |
| Public | TBaseType = Integer; |
|
This item is declared in ancestor TBase. This item has no description. | |
| Public | TDerivedEnum = (...); |
|
This item has no description. Values
| |
| Public | TDerivedType = Integer; |
|
This item has no description. | |
Constants
| Public | BaseConst = 42; |
|
This item is declared in ancestor TBase. Test sorting | |
| Public | BaseConst2 = 'blabla'; |
|
This item is declared in ancestor TBase. This item has no description. | |
| Public | DerivedConst = 42; |
|
Test sorting | |
| Public | DerivedConst2 = 'blabla'; |
|
This item has no description. | |
Fields
| Public | BaseField: Integer; |
|
This item is declared in ancestor TBase. This item has no description. | |
| Public | BaseField2: String; |
|
This item is declared in ancestor TBase. This item has no description. | |
| Public | A: Integer; |
|
This item is declared in ancestor TBase. This item has no description. | |
| Public | Z: Integer; |
|
This item is declared in ancestor TBase. This item has no description. | |
| Public | B: Integer; |
|
This item is declared in ancestor TBase. This item has no description. | |
| Public | Y: Integer; |
|
This item is declared in ancestor TBase. This item has no description. | |
| Public | var BaseField3: String; |
|
This item is declared in ancestor TBase. This item has no description. | |
| Protected | BaseProtectedField: Integer; |
|
This item is declared in ancestor TBase. This item has no description. | |
| Public | DerivedField: Integer; |
|
This item has no description. | |
| Public | DerivedField2: String; |
|
This item has no description. | |
| Public | A2: Integer; |
|
This item has no description. | |
| Public | Z2: Integer; |
|
This item has no description. | |
| Public | B2: Integer; |
|
This item has no description. | |
| Public | Y2: Integer; |
|
This item has no description. | |
| Public | var DerivedField3: String; |
|
This item has no description. | |
| Protected | DerivedProtectedField: Integer; |
|
This item has no description. | |
Methods
| Public | procedure BaseMethod; virtual; |
|
This item is declared in ancestor TBase. This item has no description. | |
| Public | procedure BaseMethod2; |
|
This item is declared in ancestor TBase. This item has no description. | |
| Protected | procedure BaseProtectedMethod; |
|
This item is declared in ancestor TBase. This item has no description. | |
| Public | procedure DerivedMethod; virtual; |
|
This item has no description. | |
| Public | procedure DerivedMethod2; |
|
This item has no description. | |
| Protected | procedure DerivedProtectedMethod; |
|
This item has no description. | |
Properties
| Public | property BaseProp: Integer read BaseField write BaseField; |
|
This item is declared in ancestor TBase. This item has no description. | |
| Public | property BaseProp2: String read BaseField2 write BaseField2; |
|
This item is declared in ancestor TBase. This item has no description. | |
| Public | property DerivedProp: Integer read DerivedField write DerivedField; |
|
This item has no description. | |
| Public | property DerivedProp2: String read DerivedField2 write DerivedField2; |
|
This item has no description. | |