Data.DBCommonTypes.CBRType

De RAD Studio API Documentation
Aller à : navigation, rechercher

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 };

Propriétés

Type Visibilité  Source Unité  Parent
enum public
Data.DBCommonTypes.pas
Data.DBCommonTypes.hpp
Data.DBCommonTypes Data.DBCommonTypes

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 !