Unit ok_sorting

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

Description

Test unit to test various --sort settings.

Overview

Classes, Interfaces, Objects and Records

Name Description
Class TMyClass  
Record TMyRecord  
Class ZZZClass  
Class AAAClass  

Functions and Procedures

procedure ZZZProc;
procedure AAAProc;

Types

ZZZType = Integer;
AAAType = Integer;

Constants

ZZZConst = 1;
AAAConst = 2;

Variables

ZZZVar: Integer;
AAAVar: Integer;

Description

Functions and Procedures

procedure ZZZProc;
 
procedure AAAProc;
 

Types

ZZZType = Integer;
 
AAAType = Integer;
 

Constants

ZZZConst = 1;
 
AAAConst = 2;
 

Variables

ZZZVar: Integer;
 
AAAVar: Integer;