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

📄 mapxlib_tlb.pub_decl

📁 This Delphi 4.0 example uses the MapX Ver 4.0 OCX Control. The main goal of this example is to sho
💻 PUB_DECL
字号:
// Delphi 4 auto generation TLB module (default MapXLib_TLB.pas)
// for MapX 3.5.2 fix 
// ------------------------------------------------------------------
// Include this into TMap class  public declaration section
// ==================================================================

property Layers:   	CMapXLayers read Get_Layers stored False;
property Datasets: 	CMapXDatasets read Get_Datasets stored False;
property Version:  	WideString index 2 read GetWideStringProp stored False;
property hWnd:     	OLE_HANDLE read Get_hWnd stored False;
property Annotations:	CMapXAnnotations read Get_Annotations stored False;
property GeoSetWidth: 	Double index 11 read GetDoubleProp stored False;
property MapPaperHeight:Double index 12 read GetDoubleProp stored False;
property MapPaperWidth:	Double index 13 read GetDoubleProp stored False;
property Title: 	CMapXTitle read Get_Title stored False;
property Geosets: 	CMapXGeosets read Get_Geosets stored False;
property FeatureFactory:CMapXFeatureFactory read Get_FeatureFactory stored False;
property MapScreenWidth:Single index 53 read GetSingleProp stored False;
property MapScreenHeight:Single index 54 read GetSingleProp stored False;

⌨️ 快捷键说明

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