📄 sofieldinfo.h
字号:
// Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
// NOTE: Do not modify the contents of this file. If this class is regenerated by
// Microsoft Visual C++, your modifications will be overwritten.
/////////////////////////////////////////////////////////////////////////////
// CsoFieldInfo wrapper class
class CsoFieldInfo : public COleDispatchDriver
{
public:
CsoFieldInfo() {} // Calls COleDispatchDriver default constructor
CsoFieldInfo(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
CsoFieldInfo(const CsoFieldInfo& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
// Attributes
public:
CString GetName();
void SetName(LPCTSTR);
long GetType();
void SetType(long);
long GetSize();
void SetSize(long);
BOOL GetRequired();
void SetRequired(BOOL);
BOOL GetAllowZeroLength();
void SetAllowZeroLength(BOOL);
CString GetDefaultValue();
void SetDefaultValue(LPCTSTR);
BOOL GetAutoIncremental();
void SetAutoIncremental(BOOL);
BOOL GetDescending();
void SetDescending(BOOL);
BOOL GetVariableLength();
void SetVariableLength(BOOL);
CString GetCaption();
void SetCaption(LPCTSTR);
CString GetSourceField();
void SetSourceField(LPCTSTR);
CString GetSourceTable();
void SetSourceTable(LPCTSTR);
long GetScaleFactor();
void SetScaleFactor(long);
long GetPrecision();
void SetPrecision(long);
CString GetFormat();
void SetFormat(LPCTSTR);
// Operations
public:
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -