Vcl.CmAdmCtl.TCOMAdminCatalogObject.Get_Value

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

function  Get_Value(const bstrPropName: WideString): OleVariant;

C++

System::OleVariant __fastcall Get_Value(const System::WideString bstrPropName);

Properties

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

Description

Returns the value of the Get_Value property.

Get_Get_Value is the read implementation of the Get_Value property.

bstrPropName is the name of the property whose value you want to read.

See Also