THandle |
Top Previous Next |
What is translated > Types > API Integration > THandle THandle is an example for the API integration. THandle is defined in Winapi,Windows.pas as:
THandle = System.THandle;
System.pas defines:
THandle = NativeUInt; {$NODEFINE THandle}
The NODEFINE directive is applied here, because for C++Builder there is a definition in Winapi.Windows.hpp:
typedef NativeUInt THandle;
|
This page belongs to the Delphi2C# Documentation |
Delphi2C# home Content |