📄 iniinsp.hpp
字号:
// Borland C++ Builder
// Copyright (c) 1995, 2002 by Borland Software Corporation
// All rights reserved
// (DO NOT EDIT: machine generated header) 'IniInsp.pas' rev: 6.00
#ifndef IniInspHPP
#define IniInspHPP
#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <Menus.hpp> // Pascal unit
#include <Graphics.hpp> // Pascal unit
#include <Forms.hpp> // Pascal unit
#include <Controls.hpp> // Pascal unit
#include <StdCtrls.hpp> // Pascal unit
#include <InspCtrl.hpp> // Pascal unit
#include <IniFiles.hpp> // Pascal unit
#include <Classes.hpp> // Pascal unit
#include <SysUtils.hpp> // Pascal unit
#include <Windows.hpp> // Pascal unit
#include <SysInit.hpp> // Pascal unit
#include <System.hpp> // Pascal unit
//-- user supplied -----------------------------------------------------------
namespace Iniinsp
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TCustomIniInspector;
class PASCALIMPLEMENTATION TCustomIniInspector : public Inspctrl::TCustomInspector
{
typedef Inspctrl::TCustomInspector inherited;
private:
Inifiles::TIniFile* FIniFile;
AnsiString FFileName;
void __fastcall SetFileName(const AnsiString Value);
bool __fastcall ValidIndex(int TheIndex);
AnsiString __fastcall GetSection(int TheIndex);
protected:
virtual AnsiString __fastcall GetName(int TheIndex);
virtual AnsiString __fastcall GetValue(int TheIndex);
virtual void __fastcall SetValue(int TheIndex, const AnsiString Value);
virtual bool __fastcall GetReadOnly(int TheIndex);
virtual Inspctrl::TExpandState __fastcall GetExpandState(int TheIndex);
virtual int __fastcall GetLevel(int TheIndex);
virtual bool __fastcall GetAutoApply(int TheIndex);
virtual void __fastcall Expand(int TheIndex);
virtual void __fastcall Collapse(int TheIndex);
__property AnsiString FileName = {read=FFileName, write=SetFileName};
public:
virtual void __fastcall CreateWnd(void);
public:
#pragma option push -w-inl
/* TCustomInspector.Create */ inline __fastcall virtual TCustomIniInspector(Classes::TComponent* AOwner) : Inspctrl::TCustomInspector(AOwner) { }
#pragma option pop
#pragma option push -w-inl
/* TCustomInspector.Destroy */ inline __fastcall virtual ~TCustomIniInspector(void) { }
#pragma option pop
public:
#pragma option push -w-inl
/* TWinControl.CreateParented */ inline __fastcall TCustomIniInspector(HWND ParentWindow) : Inspctrl::TCustomInspector(ParentWindow) { }
#pragma option pop
};
class DELPHICLASS TIniInspector;
class PASCALIMPLEMENTATION TIniInspector : public TCustomIniInspector
{
typedef TCustomIniInspector inherited;
__published:
__property Anchors = {default=3};
__property Constraints ;
__property Align = {default=0};
__property BorderStyle = {default=1};
__property Color = {default=-2147483643};
__property Ctl3D ;
__property DragCursor = {default=-12};
__property DragMode = {default=0};
__property Enabled = {default=1};
__property Font ;
__property IntegralHeight = {default=0};
__property ParentColor = {default=0};
__property ParentCtl3D = {default=1};
__property ParentFont = {default=1};
__property ParentShowHint = {default=1};
__property PopupMenu ;
__property ShowHint ;
__property Sorted = {default=0};
__property TabOrder = {default=-1};
__property TabStop = {default=1};
__property Visible = {default=1};
__property OnDragDrop ;
__property OnDragOver ;
__property OnEndDrag ;
__property OnEnter ;
__property OnExit ;
__property OnStartDrag ;
__property FileName ;
__property Splitter = {default=100};
__property PaintStyle = {default=0};
__property OnUpdate ;
__property OnValidateChar ;
__property OnChangeValue ;
__property OnDrawName ;
__property OnDrawValue ;
__property OnGetName ;
__property OnGetValue ;
__property OnGetNextValue ;
__property OnSetValue ;
__property OnGetButtonType ;
__property OnGetInplaceEditorType ;
__property OnGetMaxLength ;
__property OnGetEditMask ;
__property OnGetEnableExternalEditor ;
__property OnGetReadOnly ;
__property OnGetExpandState ;
__property OnGetLevel ;
__property OnGetValuesList ;
__property OnGetSortValuesList ;
__property OnGetSelectedValue ;
__property OnGetAutoApply ;
__property OnGetNameFont ;
__property OnGetNameColor ;
__property OnGetValueFont ;
__property OnGetValueColor ;
__property OnCallEditor ;
__property OnSelectItem ;
__property OnDeselectItem ;
__property OnValueDoubleClick ;
public:
#pragma option push -w-inl
/* TCustomInspector.Create */ inline __fastcall virtual TIniInspector(Classes::TComponent* AOwner) : TCustomIniInspector(AOwner) { }
#pragma option pop
#pragma option push -w-inl
/* TCustomInspector.Destroy */ inline __fastcall virtual ~TIniInspector(void) { }
#pragma option pop
public:
#pragma option push -w-inl
/* TWinControl.CreateParented */ inline __fastcall TIniInspector(HWND ParentWindow) : TCustomIniInspector(ParentWindow) { }
#pragma option pop
};
//-- var, const, procedure ---------------------------------------------------
} /* namespace Iniinsp */
using namespace Iniinsp;
#pragma option pop // -w-
#pragma option pop // -Vx
#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif // IniInsp
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -