|
From: Remko B. <rem...@us...> - 2004-01-27 13:57:23
|
Update of /cvsroot/jvcl/dev/help In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30336 Modified Files: JvEdit.dtx Log Message: Completed Index: JvEdit.dtx =================================================================== RCS file: /cvsroot/jvcl/dev/help/JvEdit.dtx,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** JvEdit.dtx 20 Jan 2004 01:11:51 -0000 1.19 --- JvEdit.dtx 25 Jan 2004 21:51:11 -0000 1.20 *************** *** 1,4 **** --- 1,6 ---- ##Package: StdCtrls ##Status: Completed + ##Skip: TJvCustomEdit.PasswordChar + ##Skip: TJvCustomEdit.Text ---------------------------------------------------------------------------------------------------- @@JvEdit.pas *************** *** 53,57 **** Use DisabledColor to read or change the background color displayed when the control isn't enabled. ! Set Enabled to False to disable the control. See Also DisabledTextColor --- 55,59 ---- Use DisabledColor to read or change the background color displayed when the control isn't enabled. ! Set Enabled to false to disable the control. See Also DisabledTextColor *************** *** 64,68 **** when the control isn't enabled. ! Set Enabled to False to disable the control. See Also DisabledColor --- 66,70 ---- when the control isn't enabled. ! Set Enabled to false to disable the control. See Also DisabledColor *************** *** 70,79 **** @@TJvCustomEdit.Flat Summary ! Write here a summary (1 line) Description ! Write here a description ! See Also ! List here other properties, methods (comma seperated) ! Remove the 'See Also' section if there are no references ---------------------------------------------------------------------------------------------------- @@TJvCustomEdit.GroupIndex --- 72,79 ---- @@TJvCustomEdit.Flat Summary ! Determines whether the control appears flat. Description ! When Flat is false, the control has raised borders, which create a three-dimensional look. ! Setting Flat to true gives the control flat borders. ---------------------------------------------------------------------------------------------------- @@TJvCustomEdit.GroupIndex *************** *** 101,106 **** Specifies whether the edit control is highlighted when the mouse passes over it. Description ! Set HotTrack to True to provide visual feedback about which item is under the mouse. When HotTrack ! is False, there is no visual feedback when the mouse passes over the edit control. Note The HotTrack property only works if BorderStyle is set to bsSingle and BevelKind is set to bvNone. --- 101,106 ---- Specifies whether the edit control is highlighted when the mouse passes over it. Description ! Set HotTrack to true to provide visual feedback about which item is under the mouse. When HotTrack ! is false, there is no visual feedback when the mouse passes over the edit control. Note The HotTrack property only works if BorderStyle is set to bsSingle and BevelKind is set to bvNone. *************** *** 124,141 **** \Write an OnParentColorChange event to take specific action when the ParentColor property changes. ---------------------------------------------------------------------------------------------------- - @@TJvCustomEdit.PasswordChar - Summary - Write here a summary (1 line) - Description - Write here a description - See Also - List here other properties, methods (comma seperated) - Remove the 'See Also' section if there are no references - ---------------------------------------------------------------------------------------------------- @@TJvCustomEdit.ProtectPassword Summary Specifies whether to protect to text of the edit control. Description ! Setting ProtectPassword to True will prevent other programs from access to the text of this edit control, and disable altering the PasswordChar. --- 124,132 ---- \Write an OnParentColorChange event to take specific action when the ParentColor property changes. ---------------------------------------------------------------------------------------------------- @@TJvCustomEdit.ProtectPassword Summary Specifies whether to protect to text of the edit control. Description ! Setting ProtectPassword to true will prevent other programs from access to the text of this edit control, and disable altering the PasswordChar. *************** *** 143,163 **** prevent possible trojans from retrieving the typed password. ---------------------------------------------------------------------------------------------------- - @@TJvCustomEdit.Text - Summary - Write here a summary (1 line) - Description - Write here a description - See Also - List here other properties, methods (comma seperated) - Remove the 'See Also' section if there are no references - ---------------------------------------------------------------------------------------------------- @@TJvCustomEdit.UseFixedPopup Summary ! Write here a summary (1 line) Description ! Write here a description ! See Also ! List here other properties, methods (comma seperated) ! Remove the 'See Also' section if there are no references ---------------------------------------------------------------------------------------------------- @@TJvEdit --- 134,149 ---- prevent possible trojans from retrieving the typed password. ---------------------------------------------------------------------------------------------------- @@TJvCustomEdit.UseFixedPopup Summary ! Specifies whether to replace the default system popup menu. Description ! Use the UseFixedPopup property to specify whether to replace the default system popup menu with a ! fixed popup menu. ! ! The fixed popup menu fixes problems such as incorrectly displaying the Paste command as enabled even ! when the edit is set to read-only, and works in combination with the ClipboardCommands property. ! ! Set UseFixedPopup to true (the default) to use the fixed popup menu, or set it to false to use ! the defualt implementation. ---------------------------------------------------------------------------------------------------- @@TJvEdit |