Unit ok_procedural_const.pas
Uses
Classes, Interfaces, Objects and Records
Functions and Procedures
Types
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; |