Unit SBrowser |
Classes |
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 |
Constants |
Variables |
Functions |
Types |
PElement = ^RElement
RElement = record
P1 : RPoint;
P2 : RPoint;
end;
RPoint = recordRenamed from Browser.pas 6/13/1998 Paul Rice to avoid conflict with others' work.
x : integer;
y : integer;
z : integer;
end;
Constants |
Variables |