Links
EControl Syntax Editor SDK
TBookmarks Class

Lists the bookmarks (TBookmark objects) in the TCustomSyntaxMemo.

TBookmarks = class(TCollection);

ecSyntMemo

Use TCustomSyntaxMemo.BookmarkObj property to access bookmarks collection. Using it you may directly change properties of bookmarks as against Bookmarks property that allows to specify only position of the bookmark.

Topic 
Description 
The methods of the TBookmarks class are listed here. 
The properties of the TBookmarks class are listed here. 
 
Method 
 
Property 
 
read only 
TBookmarks Methods 
Description 
Add 
Creates a new TBookmark instance and adds it to the Items array. 
Creates and initializes a TBookmarks instance. 
TBookmarks Properties 
Description 
Provides indexed access to the items in the collection. 
Copyright (c) 2004-2011. All rights reserved.
What do you think about this topic? Send feedback!