CodeSnip Old Code (SVN)
A repository for source code snippets, designed with Pascal in mind.
Brought to you by:
delphidabbler
changed | /trunk/Src/UActiveText.pas |
--- 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.