trichview.support
Re: ActionTestCB5 Syntax Problem |
Author |
Message |
Sergey Tkachenko |
Posted: 12/04/2004 23:08:45 The only documentation for RichViewActions is README.RVF loaded in the ActionTest demo. This type is declared in RichViewActions.pas: type TRVFontInfoMainProperty = (rvfimFontName, rvfimSize, rvfimCharset, rvfimBold, rvfimItalic, rvfimUnderline, rvfimStrikeout, rvfimOverline, rvfimAllCaps, rvfimVShift, rvfimColor, rvfimCharScale, rvfimCharSpacing); TRVFontInfoMainProperties = set of TRVFontInfoMainProperty; As you can see, TRVFontInfoMainProperty is like a C++ enumeration, TRVFontInfoMainProperties is a set containing elements of TRVFontInfoMainProperty type. > > Thanks, now it works. > I did't find the Type TRVFontInfoMainProperties. Is there any documentation > for the Action-Package? The Helpfile in the Package is not a developer help. > > "Sergey Tkachenko" <svt@trichview.com> wrote: > >It's not an array, it's a set. > >In C++Builder, operators << / >> includes / excludes element from the set, > >method Contains() tests if the element is in the set. > > |
Powered by ABC Amber Outlook Express Converter