⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rttiinspectordemopropeditors.h

📁 delphi的的三方控件
💻 H
字号:
//---------------------------------------------------------------------------

#ifndef RTTIInspectorDemoPropEditorsH
#define RTTIInspectorDemoPropEditorsH
//---------------------------------------------------------------------------
#include "cxOI.hpp";
#include "cxEdit.hpp";
#include <ImgList.hpp>;
#include "cxImageComboBox.hpp";
#include <Controls.hpp>;
//---------------------------------------------------------------------------
class TcxImageIndexProperty : public TcxIntegerProperty
{
public:
  virtual void __fastcall AdjustInnerEditProperties(Cxedit::TcxCustomEditProperties* AProperties);
  virtual TImageList* __fastcall GetImages(void);
  virtual TcxPropertyAttributes __fastcall GetAttributes(void);
	virtual void __fastcall SetValue(const AnsiString Value);
};
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -