Unit ok_back_comment

Description
Uses
Classes, Interfaces, Objects and Records
Functions and Procedures
Types
Constants
Variables

Description

Description of unit ok_back_comment.

Overview

Classes, Interfaces, Objects and Records

Name Description
Class TMyClass  
Class TMyException1  
Class TMyException2  

Functions and Procedures

procedure Foo;

Types

TMyType = Integer;
TMyEnum = (...);

Constants

MyConst = 2;

Variables

V: Integer;
V1: Integer;
V2: Integer;

Description

Functions and Procedures

procedure Foo;

Description of Foo, (Foo)

Types

TMyType = Integer;

Description of TMyType

TMyEnum = (...);

Description of TMyEnum

Values
  • meOne: Description of meOne
  • meTwo: Description of meTwo
  • meThree: Description of meThree

Constants

MyConst = 2;

Description of MyConst

Variables

V: Integer;

Description of V

V1: Integer;

Description of V1 and V2

V2: Integer;

Description of V1 and V2