C/C++
entsming.asc
Associated article: Inside Object Professional
Tags: C/C++ Tools
_INSIDE OBJECT PROFESSIONAL_
by Gary Entsminger
[LISTING ONE]
program Edit;
uses OpCrt, OpRoot, OpCmd, OpFrame, OpWindow, OpMemo, OpEditor;
var
TE : TextEditor;
FSize : LongInt;
ExitCommand : Word;
AllDone : Boolean;
begin
if not TE.InitCustom(2, 4, 79, 24, { Window coordinates }
DefaultColorSet, { ColorSet }
DefWindowOptions or wBordered, { Win ...


