sofieldinfo.h

来自「SuperMap的网络分析示范源码」· C头文件 代码 · 共 52 行

H
52
字号
// 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 + =
减小字号Ctrl + -
显示快捷键?