System.SysUtils.TProcedure

From RAD Studio API Documentation
Revision as of 00:53, 17 October 2011 by PyBot (talk | contribs) (Scoping Libraries)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

C++

typedef void __fastcall (*TProcedure)(void);

Properties

Type Visibility Source Unit Parent
typedef public System.SysUtils.hpp System.SysUtils System.SysUtils

Description

TProcedure declares a procedure.

Use the TProcedure type as a generic Procedure pointer.

See Also