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

📄 mapxlib_tlb.func

📁 This Delphi 4.0 example uses the MapX Ver 4.0 OCX Control. The main goal of this example is to sho
💻 FUNC
字号:
// Delphi 4 auto generation TLB module (default MapXLib_TLB.pas)
// for MapX 3.5.2 fix 
// ------------------------------------------------------------------
// Include this into implementation section
// ==================================================================
//=====
function TMap.Get_Layers: CMapXLayers;
begin
  Result := ControlInterface.Layers;
end;
//=====
function TMap.Get_Datasets: CMapXDatasets;
begin
  Result := ControlInterface.Datasets;
end;
//=====
function TMap.Get_hWnd:	OLE_HANDLE;
begin
  Result := ControlInterface.hWnd;
end;
//=====
function TMap.Get_Annotations: CMapXAnnotations;
begin
  Result := ControlInterface.Annotations;
end;
//=====
function TMap.Get_Title: CMapXTitle;
begin
  Result := ControlInterface.Title;
end;
//=====
function TMap.Get_Geosets: CMapXGeosets;
begin
  Result := ControlInterface.Geosets;
end;
//=====
function TMap.Get_FeatureFactory: CMapXFeatureFactory;
begin
  Result := ControlInterface.FeatureFactory;
end;

⌨️ 快捷键说明

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