RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBDataBase.Has_COMPUTED_BLR Method

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

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

Call Has_COMPUTED_BLR to determine whether the Field in Relation includes a COMPUTED_BLR attribute. 

 

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