Vcl.CmAdmCtl.TCOMAdminCatalogObject.Valid

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Valid: WordBool read Get_Valid;

C++

__property System::WordBool Valid = {read=Get_Valid, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.CmAdmCtl.pas
Vcl.CmAdmCtl.hpp
Vcl.CmAdmCtl TCOMAdminCatalogObject

Description

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

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.

See Also