Class TMyClass

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type TMyClass = class(TObject)

Description

Hierarchy

Overview

Fields

Public A: Integer;
Public B: Integer;
Public C: function(A: Integer): boolean;
Public D: function(A: Integer): boolean;

Description

Fields

Public A: Integer;

Docs for A and B

Public B: Integer;

Docs for A and B

Public C: function(A: Integer): boolean;

Docs for C and D

Public D: function(A: Integer): boolean;

Docs for C and D