Data.DBCommonTypes.CBRType

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

Type Visibility Source Unit Parent
enum public
Data.DBCommonTypes.pas
Data.DBCommonTypes.hpp
Data.DBCommonTypes Data.DBCommonTypes

Description

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