Ignore:
Timestamp:
May 9, 2015, 7:15:46 AM (9 years ago)
Author:
healthsevak
Message:

updated these files for version 28

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cprs/branches/HealthSevak-CPRS/VA/VAUtils.pas

    r1693 r1695  
    11unit VAUtils;
    2                        
     2
    33{TODO  -oJeremy Merrill -cMessageHandlers : Change component list to use hex address for uComponentList
    44search instead of IndexOfObject, so that it used a binary search
     
    1919function ShowMsg(const Msg, Caption: string; Icon: TShow508MessageIcon = smiNone;
    2020                    Buttons: TShow508MessageButton = smbOK): TShow508MessageResult; overload;
    21 function Show508Message(const Msg: string): TShow508MessageResult;
     21
     22function Show508Message(Const Msg: String): TShow508MessageResult;
    2223function ShowMsg(const Msg: string; Icon: TShow508MessageIcon = smiNone;
    2324                    Buttons: TShow508MessageButton = smbOK): TShow508MessageResult; overload;
Note: See TracChangeset for help on using the changeset viewer.