Unit Strngvwr

Classes

TStringsViewer -
TSVCanvas -
TSVStrings - Copyright (©) 1997 Tony BenBrahim This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Functions

Types

TSVLink
TSVLinkEvent
TSVLinkPtr

Constants

Variables


Functions


Types


TSVLink = record
Link : string;
X0 : integer;
X1 : integer;
Y0 : integer;
Y1 : integer;
end;

TSVLinkEvent=procedure(Sender: TObject; Link: string) of object

TSVLinkPtr=^TSVLink

Constants


Variables