Data.DBCommonTypes.CBRType

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

CBRType = (                           { Call-back return type }
cbrUSEDEF,                          { Take default action }
cbrCONTINUE,                        { Continue }
cbrABORT,                           { Abort the operation }
cbrCHKINPUT,                        { Input given }
cbrYES,                             { Take requested action }
cbrNO,                              { Do not take requested action }
cbrPARTIALASSIST,                   { Assist in completing the job }
cbrSKIP,                            { Skip this operation }
cbrRETRY                            { Retry this operation }
);

C++

enum DECLSPEC_DENUM CBRType : unsigned int { cbrUSEDEF, cbrCONTINUE, cbrABORT, cbrCHKINPUT, cbrYES, cbrNO, cbrPARTIALASSIST, cbrSKIP, cbrRETRY };

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
enum public
Data.DBCommonTypes.pas
Data.DBCommonTypes.hpp
Data.DBCommonTypes Data.DBCommonTypes

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.