THintInfo is deprecated Root › Technical support › Troubleshooting This topic has 7 replies, 2 voices, and was last updated 12 years, 10 months ago by Support. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts February 6, 2010 at 3:59 pm #33545 emailayaParticipant when setting an event onShowHint for sHintManager, i get the following warning for both interface and implementation: procedure sHintManager1ShowHint(var HintStr: string; var CanShow: Boolean; var HintInfo: THintInfo; var Frame: TFrame); [DCC Warning] Main.pas(831): W1000 Symbol 'THintInfo' is deprecated: 'Use Controls.THintInfo' im using D2009 so i guess there is another way to implement this without getting this warningthanks February 10, 2010 at 9:58 am #41652 SupportKeymaster Will be changed in the next release. February 15, 2010 at 8:55 pm #41720 emailayaParticipant still happens in 6.56 March 6, 2010 at 4:11 pm #41810 emailayaParticipant still happens in 6.57 March 9, 2010 at 6:02 pm #41827 emailayaParticipant here is how to solve it: {$IFDEF UNICODE}THintInfo = Controls.THintInfo;{$ENDIF} TacShowHintEvent = procedure (var HintStr: string; var CanShow: Boolean; var HintInfo: THintInfo; var Frame : TFrame) of object; March 11, 2010 at 8:29 am #41863 SupportKeymaster Thank you! Will be used in the nearest release. January 20, 2012 at 10:05 pm #47610 emailayaParticipant I'm now using D2009 + AC7.59 and I still have this warning appearing when compiling my project January 30, 2012 at 7:28 am #47654 SupportKeymaster Hello! Try the version 7.6 Author Posts Viewing 8 posts - 1 through 8 (of 8 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In Root › Technical support › Troubleshooting