RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DRIntf.DictionaryActive Function

Indicates whether there is an active Data Dictionary.

Pascal
function DictionaryActive: Boolean;
C++
Boolean DictionaryActive();

DRIntf

Call DictionaryActive to check whether the Data Dictionary is active. If the dictionary is not active, applications can't store or retrieve attribute sets. 

DictionaryActive returns true if the dictionary is active, false otherwise. 

 

DictionaryDeactivate 

The Data Dictionary

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