RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCOMAdminCatalogObject.Valid Property

Indicates whether all properties of the object have been successfully read from the catalog data store.

Pascal
property Valid: WordBool;
C++
__property WordBool Valid;

Read Valid to determine whether the object has been initialized to reflect the properties stored in the COM+ catalog for this item. Valid is true if the properties were successfully read from the catalog, false if they could not be read from the catalog. For example, Valid is false for a new item that has never been written to the COM+ catalog. 

 

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