If you have a PH account, you can customize your PH profile.

View \PULL70B-.PAS

PULL Multi-level Pull-Down Menus v7.0b

Submitted By: WEBMASTER
Rating: (Not rated) (Rate It)


{ ========================================================================== }
{ Pull70b-.pas - TP full featured pull-down menus.        var 7.0b, 09-24-93 }
{                Interface only.                                             }
{ This file contains all the procedures for pull-down menus and data entry   }
{ windows.  Full source provided with registration.                          }
{   Copyright (c) 1988,1993 James H. LeMay, All rights reserved.             }
{ ========================================================================== }

{$i pulldefs.inc }

UNIT Pull;

INTERFACE

uses
  Crt,Qwik,Wutil,Wndw,
  {$ifdef UseStrg }
  Strg,
  {$else }
  Strs,
  {$endif }
  Goof;

{$I p70-var.inc }

procedure SetCmdSeq (const NewCmdSeq: SeqStrType);
procedure ReadKbd (var ExtKey: boolean; var Key: char);
procedure ShowTopLine;

{$ifdef UseMsgLineCode }
procedure ShowMsg (MsgNum: byte);
procedure ShowErrMsg (ErrMsgNum: word);
{$endif }

function  TopKeyPressed:  boolean;
procedure TurnArrows (Switch: Toggle);
procedure CheckForPullDown (MsgLineNum: byte);
procedure CheckForPop;

{$ifdef UseHelpWndwCode }
function  HelpKeyPressed: boolean;
procedure PullHelpWndw (WndwNum: byte);
{$endif }

function  Popped: boolean;
procedure GotoKeyDispatcher;
procedure InitPull (Attr: integer; ClearScr: boolean);
procedure HiLiteRow (Row: byte; Attr: integer);

{$ifndef UseStrg }
function  StrJL (const S: string; Field: byte): string;
function  StrJR (const S: string; Field: byte): string;
procedure ChrCat (var S: OpenString; Fill: char);
{$endif }

{ -- Data Entry interface -- }
{$ifdef UseDataEntryCode }
procedure Enter         (RecNum: word);
procedure EnterSeq      (First,Last: word; var Start: word);
procedure DisplayFields (First,Last: word);
{$endif }


IMPLEMENTATION


END.
 
corner
© 1996-2008. All rights reserved. Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Publisher: Lars Hagelin.
bootstrapLabs Logo A bootstrapLabs project.