Data.DBXDelegate.TDBXDelegateParameter.GetPrecision

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetPrecision: Int64; override;

C++

virtual __int64 __fastcall GetPrecision();

Properties

Type Visibility Source Unit Parent
function protected
Data.DBXDelegate.pas
Data.DBXDelegate.hpp
Data.DBXDelegate TDBXDelegateParameter

Description

Get Precision property.

Data.DBXDelegate.TDBXDelegateParameter.GetPrecision inherits from Data.DBXCommon.TDBXValueType.GetPrecision. All content below this line refers to Data.DBXCommon.TDBXValueType.GetPrecision.

Get Precision property.

GetPrecision gets the Precision property.

See Also