rttiinspectordemopropeditors.h

来自「delphi的的三方控件」· C头文件 代码 · 共 22 行

H
22
字号
//---------------------------------------------------------------------------

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