Extending TCustomEditControls (TMemo, TRichEdit) with a ViewOnly property
Tuesday December 2, 2008
in VCL Ideas :: Descedants of the TCustomEdit type, like TEdit, TMemo and TRichEdit, expose two properties you can use to make the editor not-editable: ReadOnly and Enabled. How about a ViewOnly property that would be a mix or Enabled and ReadOnly where the control with ViewOnly set to true will not be grayed, will be read only but a user will not be able to set the input focus to the control?
Read the full article to learn how to Extend TCustomEditControls (TMemo, TRichEdit) with a ViewOnly property
Related:


Comments
No comments yet. Leave a Comment