Vcl.CmAdmCtl.TCOMAdminCatalogObject.Set_Value

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

procedure Set_Value(const bstrPropName: WideString; retval: OleVariant);

C++

void __fastcall Set_Value(const System::WideString bstrPropName, const System::OleVariant &retval);

Properties

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

Description

Sets the value of the Set_Value property.

Set_Set_Value is the write implementation of the Set_Value property.

bstrPropName is the name of the property to set.

retVal is the new value for that property.

See Also