mapxlib_tlb.pub_decl

来自「This Delphi 4.0 example uses the MapX Ve」· PUB_DECL 代码 · 共 20 行

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