System.SysUtils.TProcedure
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.