Data.DB.TExtendedField.Value

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Value: Extended read GetAsExtended write SetAsExtended;

C++

__property System::Extended Value = {read=GetAsExtended, write=SetAsExtended};

Properties

Type Visibility Source Unit Parent
property public
Data.DB.pas
Data.DB.hpp
Data.DB TExtendedField

Description

Sets and gets the field's floating-point value.

Use Value to set or get the field's value.

See Also