ToolsAPI.IOTAEditView140.BookmarkPos

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BookmarkPos[BookMarkID: Integer]: TOTACharPos read GetBookmarkPos;

C++

__property TOTACharPos BookmarkPos[int BookMarkID] = {read=GetBookmarkPos};

Properties

Type Visibility Source Unit Parent
property public
ToolsAPI.pas
ToolsAPI.hpp
ToolsAPI IOTAEditView140

Description

BookmarkPos returns the position of the specified bookmark in the editor view.

See Also