From b82991846c5a30197a077ab37b618aa28d428f49 Mon Sep 17 00:00:00 2001 From: vwheeler Date: Fri, 11 Apr 2014 00:05:40 +0000 Subject: [PATCH] Correcting grammar in page title. Other links already corrected. Author:vwheeler Date:2014-04-11T00:05:40.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1304 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../creating-new-com-component.wiki | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/documentation/current/platform-specifics/microsoft-windows/com/eiffelcom-wizard/eiffelcom-wizard-guided-tour/creating-new-com-component.wiki b/documentation/current/platform-specifics/microsoft-windows/com/eiffelcom-wizard/eiffelcom-wizard-guided-tour/creating-new-com-component.wiki index c241d89e..1403abfd 100644 --- a/documentation/current/platform-specifics/microsoft-windows/com/eiffelcom-wizard/eiffelcom-wizard-guided-tour/creating-new-com-component.wiki +++ b/documentation/current/platform-specifics/microsoft-windows/com/eiffelcom-wizard/eiffelcom-wizard-guided-tour/creating-new-com-component.wiki @@ -1,5 +1,4 @@ -[[Property:title|Creating a new COM component]] -[[Property:link_title|Creating a New COM Component]] +[[Property:title|Creating a New COM Component]] [[Property:weight|0]] [[Property:uuid|f8298b7d-c1a4-c8cc-1821-066f90e7e6e0]] This first tutorial describes creating a COM component from a COM definition file that is either an IDL file or a Type Library. The tutorial focuses on creating an in-process (DLL) component, called StringManipulator. The component exposes one interface IString that includes the functions ReplaceSubstring and PruneAll corresponding respectively to the features [[ref:libraries/base/reference/string_8_chart|replace_substring]] and [[ref:libraries/base/reference/string_8_chart|prune_all]] of the class [[ref:libraries/base/reference/string_8_chart|STRING]] from the EiffelBase library. IString also exposes the property String which represents the manipulated string. The property can be set or read.