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 AAAClass  
Class TMyClass  
Record TMyRecord  
Class ZZZClass  

Functions and Procedures

procedure AAAProc;
procedure ZZZProc;

Types

AAAType = Integer;
ZZZType = Integer;

Constants

AAAConst = 2;
ZZZConst = 1;

Variables

AAAVar: Integer;
ZZZVar: Integer;

Description

Functions and Procedures

procedure AAAProc;
 
procedure ZZZProc;
 

Types

AAAType = Integer;
 
ZZZType = Integer;
 

Constants

AAAConst = 2;
 
ZZZConst = 1;
 

Variables

AAAVar: Integer;
 
ZZZVar: Integer;