Unit SBrowser

Classes

TBrowsForm -

Functions

FUNC_CLEAR -
FUNC_DRAW_OBJECT -
FUNC_ELLIPSE -
FUNC_GET_DATA -
FUNC_LINE -
FUNC_LOAD_DATA -
FUNC_PIXEL -
FUNC_ROTATE_POINT -
FUNC_SET_COLOR - ------------------------------------------------------------------- SBasic functions -------------------------------------------------------------------
FUNC_TEXTOUT -

Types

PElement
RElement
RPoint

Constants

Variables

BrowsForm


Functions


function FUNC_CLEAR( Data: TObject ): RSBResult;


function FUNC_DRAW_OBJECT( Data: TObject ): RSBResult;


function FUNC_ELLIPSE( Data: TObject ): Real;


function FUNC_GET_DATA( Data: TObject ): RSBResult;


function FUNC_LINE( Data: TObject ): Real;


function FUNC_LOAD_DATA( Data: TObject ): RSBResult;


function FUNC_PIXEL( Data: TObject ): Real;


function FUNC_ROTATE_POINT( Data: TObject ): RSBResult;


function FUNC_SET_COLOR( Data: TObject ): Real;

------------------------------------------------------------------- SBasic functions -------------------------------------------------------------------

function FUNC_TEXTOUT( Data: TObject ): Real;


Types


PElement = ^RElement

RElement = record
P1 : RPoint;
P2 : RPoint;
end;

RPoint = record
x : integer;
y : integer;
z : integer;
end;
Renamed from Browser.pas 6/13/1998 Paul Rice to avoid conflict with others' work.

Constants


Variables

BrowsForm : TBrowsForm