Data.DBXClient.TDBXClientParameterRow.SetValueType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetValueType( ValueType: TDBXValueType); override;

C++

virtual void __fastcall SetValueType(Data::Dbxcommon::TDBXValueType* ValueType);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DBXClient.pas
Data.DBXClient.hpp
Data.DBXClient TDBXClientParameterRow

Description

Signals when a parameter value type is changed.

SetValueType is signaled when a parameter value type is changed.


See Also