RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TRegistry.HasSubKeys Method

Determines if the current key has subkeys.

Pascal
function HasSubKeys: Boolean;
C++
__fastcall Boolean HasSubKeys();

Call HasSubKeys to determine if the current key has any subkeys. HasSubKeys returns true if the current key has at least one subkey. Otherwise it returns false. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!