Data.DBXCommon.TDBXValueType.SetScale

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetScale(const Scale: TInt32); virtual;

C++

virtual void __fastcall SetScale(const int Scale);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXValueType

Description

Set Scale property.

SetScale sets the Scale property.

See Also