Menu

Commit [r433]  Maximize  Restore  History

* Changes to UActiveText.pas merged from delphi2010-port branch. These replace several erroneous "published" class sections with "protected".

* Removed comments embedded in TODO statements.

delphidabbler 2009-10-20

changed /trunk/Src/UActiveText.pas
/trunk/Src/UActiveText.pas Diff Switch to side-by-side view
--- a/trunk/Src/UActiveText.pas
+++ b/trunk/Src/UActiveText.pas
@@ -331,7 +331,7 @@
               completed.
           }
       end;
-  published // do not make strict
+  protected // do not make strict
     { IActiveText methods }
     function GetEnumerator: IActiveTextEnum;
       {Gets object that can enumerate object's elements.
@@ -390,7 +390,7 @@
   strict private
     fKind: TActiveTextElemKind;
       {Kind of element}
-  published // do not make strict
+  protected // do not make strict
     { IActiveTextElem method }
     function GetKind: TActiveTextElemKind;
       {Gets element kind.
@@ -413,7 +413,7 @@
   strict private
     fText: string;
       {Text of element}
-  published // do not make strict
+  protected // do not make strict
     function GetText: string;
       {Gets element's text.
         @return Required text.
@@ -437,7 +437,7 @@
       {State of element: opening or closing}
     fParam: string;
       {Any parameter associated with element}
-  published // do not make strict
+  protected // do not make strict
     function GetState: TActiveTextElemState;
       {Gets element state.
         @return Required state.
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.