RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBDataBase.Has_DEFAULT_VALUE Method

Indicates whether a specified field in a specified relation includes a DEFAULT_VALUE attribute.

Pascal
function Has_DEFAULT_VALUE(Relation: String; Field: String): Boolean;
C++
__fastcall Boolean Has_DEFAULT_VALUE(AnsiString Relation, AnsiString Field);

Call Has_DEFAULT_VALUE to determine whether Field has a default value when used in Relation. 

 

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