Unit ok_link_function_type

Description

This item has no description.

Overview

Classes, Interfaces, Objects and Records

Name Description
Record TMyRecord  

Functions and Procedures

procedure Test(F: TMyFunction; R: TMyRecord);

Types

TMyFunction = function(A: Integer): Integer;

Description

Functions and Procedures

procedure Test(F: TMyFunction; R: TMyRecord);

Give TMyFunction and TMyRecord to test it.

Types

TMyFunction = function(A: Integer): Integer;

This item has no description.