Class TFormProgram (unit DTProgFm) |
TForm
Renamed from ProgForm.pas 6/20/1998 Paul Rice to avoid conflicts with others' work.
Constructors |
Functions |
Properties |
Events |
Variables |
Constructors |
Functions |
function TFormProgram.GetLevels: string; var sl: TStringList; i: integer; begin sl := TStringList.Create; for i := 0 to MemoLevels.Lines.Count-1 do sl.Add (MemoLevels.Lines [i]); Result := sl.CommaText; sl.Free; end;
Properties |
Events |
Variables |
Public declarations