RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TRegistry.KeyExists Method

Determines if a specified key exists.

Pascal
function KeyExists(const Key: string): Boolean;
C++
__fastcall Boolean KeyExists(const AnsiString Key);

Call KeyExists to determine if a key of a specified name exists. Key is the name of the key for which to search. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!