Data.DBCommonTypes.CBRType

提供: RAD Studio API Documentation
移動先: 案内検索

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

プロパティ

種類 可視性 ソース ユニット
enum public
Data.DBCommonTypes.pas
Data.DBCommonTypes.hpp
Data.DBCommonTypes Data.DBCommonTypes

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。