Unit ok_nested_types

Uses
Functions and Procedures
Types
Variables

Description

Test case for Delphi nested types

http://docwiki.embarcadero.com/RADStudio/en/Nested_Type_Declarations
http://wiki.freepascal.org/class_extensions_examples

Overview

Classes, Interfaces, Objects and Records

Name Description
Class TOuterClass TOuterClass contains nested classes, records, types and constants.

Constants

GlobalConst = 123456;

Description

Constants

GlobalConst = 123456;

Description of GlobalConst

Author