IBX.IBCustomDataSet.TIBCustomDataSet.ChangeState

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ChangeState(Field : TField) : TIBChangeState; overload;
function ChangeState(Index : Integer) : TIBChangeState; overload;
function ChangeState(FieldName : String) : TIBChangeState; overload;

C++

Ibx::Ibsql::TIBChangeState __fastcall ChangeState(Data::Db::TField* Field)/* overload */;
Ibx::Ibsql::TIBChangeState __fastcall ChangeState(int Index)/* overload */;
Ibx::Ibsql::TIBChangeState __fastcall ChangeState(System::UnicodeString FieldName)/* overload */;

Properties

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

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!