RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCOMAdminCatalogObject.Value Property

Represents a the value of a named property of the catalog object.

Pascal
property Value [const bstrPropName: WideString]: OleVariant;
C++
__property OleVariant Value[BSTR const bstrPropName];

Use Value to get or set a named property of this item. 

bstrPropName is the name of the property to get or set. Valid property names depend on the type of the item (the collection to which the item belongs). To determine the available properties for this object, check the Microsoft documentation for the specific collection to which this item belongs.

Tip: Use the IsPropertyReadOnly and IsPropertyWriteOnly methods to determine whether you can get or set a specific property.
 

 

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