RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DRIntf.IsNullID Function

Indicates whether a Data Dictionary Identifier is null.

Pascal
function IsNullID(const ID): Boolean;
C++
Boolean IsNullID(const  ID);

DRIntf

Call IsNullID to determine whether the ID for an entity in the Data Dictionary is null. IsNullID returns true if the ID is null, false otherwise. 

Use IsNullID to test the return value of functions that look up items in the Data Dictionary. 

 

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