IBX.IBCustomDataSet.TIBCustomDataSet.ChangeState

De RAD Studio API Documentation
Aller à : navigation, rechercher

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 */;

Propriétés

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

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !