IBX.IBCustomDataSet.TIBGeneratorField.ValueName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function  ValueName: string;

C++

System::UnicodeString __fastcall ValueName();

Properties

Type Visibility Source Unit Parent
function public
IBX.IBCustomDataSet.pas
IBX.IBCustomDataSet.hpp
IBX.IBCustomDataSet TIBGeneratorField

Description

Returns a string that describes the value that the IB generate fetches.

ValueName returns a string of the form


Generator -> Field By IncrementBy


where Generator is the value of the Generator property, Field is the value of the Field property, and IncrementBy is the value of the IncrementBy property.