VCL, unit System

THandle

THandle

Declaration

THandle = Cardinal;

Description

Represents a Windows handle to a system resource.

See Also

VCL THandle Documentation

Example

// Display a web page
h := MyForm.Handle;
WindowsLaunchFile( h, 'http://www.ImageEn.com' );