lclintf

From Free Pascal wiki
Revision as of 11:38, 27 June 2014 by Arent (talk | contribs)
Jump to navigationJump to search

LCLIntf is a Lazarus unit that provides compatibility with Delphi in a cross-platform way. It also contains some additional functions

It can replace code in the (Delphi) Windows unit.

function PredefinedClipboardFormat(AFormat: TPredefinedClipboardFormat): TClipboardFormat;
function MsgKeyDataToShiftState(KeyData: PtrInt): TShiftState;
function GetTickCount: DWord; inline;
function GetTickCount64: QWord; inline;
function FindDefaultBrowser(out ABrowser, AParams: String): Boolean;
function OpenURL(AURL: String): Boolean;
function OpenDocument(APath: String): Boolean;