Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by markmetcalfe

  1. markmetcalfe

    Moving to the end of some text in a TMemo component

    Stretchwikster I have managed to sort out my problem by doing the same search you carried out. The following code sorted out the problem. procedure TCirculationForm.AddNotesBtnClick(Sender: TObject); begin NotesEdit.Lines.Add(DateToStr(Now) + ':')...
  2. markmetcalfe

    Moving to the end of some text in a TMemo component

    Thanks for the information Stretchwikster. however, I am still unable to get the cursor to move to the end of the date. Mark
  3. markmetcalfe

    Moving to the end of some text in a TMemo component

    I am trying to write some code that will move the cursor to the end of a date in a memo edit when I click a button. Can anyone help?

Part and Inventory Search

Back
Top