Data.DB.TExtendedField.Value

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TExtendedField

Delphi

property Value: Extended read GetAsExtended write SetAsExtended;

C++

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

Description

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

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

See Also