Unit ok_procedural_const.pas

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

Description

 

Overview

Constants

FnTest1 = function(const Foo: Integer): Integer; cdecl = nil;
FnTest2 = procedure(const Foo: Integer); stdcall = nil;

Description

Constants

FnTest1 = function(const Foo: Integer): Integer; cdecl = nil;
 
FnTest2 = procedure(const Foo: Integer); stdcall = nil;