码迷,mamicode.com
首页 > 其他好文 > 详细

DDX_Text详细用法

时间:2014-09-15 14:12:08      阅读:210      评论:0      收藏:0      [点我收藏+]

标签:http   io   os   ar   strong   for   sp   cti   log   

void AFXAPI DDX_Text( CDataExchange* pDX, int nIDC, BYTE& value );

void AFXAPI DDX_Text( CDataExchange* pDX, int nIDC, short& value );

void AFXAPI DDX_Text( CDataExchange* pDX, int nIDC, int& value);

void AFXAPI DDX_Text( CDataExchange* pDX, int nIDC, UINT& value );

void AFXAPI DDX_Text( CDataExchange* pDX, int nIDC, long& value );

void AFXAPI DDX_Text( CDataExchange* pDX, int nIDC, DWORD& value );

void AFXAPI DDX_Text( CDataExchange* pDX, int nIDC, CString& value );

void AFXAPI DDX_Text( CDataExchange* pDX, int nIDC, float& value );

void AFXAPI DDX_Text( CDataExchange* pDX, int nIDC, double& value );

void AFXAPI DDX_Text( CDataExchange* pDX, int nIDC, COleCurrency& value );

void AFXAPI DDX_Text( CDataExchange* pDX, int nIDC, COleDateTime& value );

Parameters

pDX

A pointer to a CDataExchange object. The framework supplies this object to establish the context of the data exchange, including its direction.

nIDC

The ID of an edit control in the dialog box, form view, or control view object.

value

A reference to a data member in the dialog box, form view, or control view object. The data type of value depends on which of the overloaded versions of DDX_Text you use.

Remarks

The DDX_Text function manages the transfer of intUINTlongDWORDCStringfloat, or double data between an edit control in a dialog box, form view, or control view and a CString data member of the dialog box, form view, or control view object.

DDX_Text详细用法

标签:http   io   os   ar   strong   for   sp   cti   log   

原文地址:http://www.cnblogs.com/qxzy/p/3972638.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!