Unit ok_param_raises_returns_proctype

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

Description

 

Overview

Classes, Interfaces, Objects and Records

Name Description
Class EFoo  

Types

TMyProcedure = procedure(A: integer);
TMyMethod = function(A: integer): boolean of object;

Description

Types

TMyProcedure = procedure(A: integer);

Parameters
A
Description of param A
Exceptions raised
EFoo
Description when EFoo is raised
TMyMethod = function(A: integer): boolean of object;

Parameters
A
Description of param A
Returns

True or False

Exceptions raised
EFoo
Description when EFoo is raised