API:System.TThreadFunc
Delphi
TThreadFunc = function(Parameter: Pointer): Integer;
C++
typedef int __fastcall (*TThreadFunc)(void * Parameter);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
type typedef |
public | System.pas System.hpp |
System | System |
Description
Embarcadero Technologies does not currently have any additional information.