📄 mapxlib_tlb.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 + -