Bro ... iseng ajah nih, kalo dikau mau menuju baris yang diinginkan pada richedit ... ada dikit tips ... :
procedure TForm1.Button1Click(Sender: TObject);
var
LineNr: integer;
begin
LineNr := StrToInt(Edit1.Text);
RichEdit1.SelStart := RichEdit1.Perform(EM_LINEINDEX, LineNr, 0);
Memo1.SelLength := 0;
end;
Random Articles
- Firebird - SourceForge December Project of the Month
- Marhaban Yaa Ramadhan
- Pencarian Field di Delphi
- Menggambar Kurva (Bezier)
- Kill Window Process
- Cara mudah menambahkan angka nol '0' didepan sebuah nilai angka
- Thxvidfwin sebuah component video sederhana
- Proposal Proyek: qxpascal
- Format Message Dialog
- Membuat sendiri UDF library bag.3
AI Forward

๐ We're thrilled to partner with Alibaba Cloud for "AI Forward - Alibaba Cloud Global Developer Summit 2025" in Jakarta! Join us and explore the future of AI. Register now:
https://int.alibabacloud.com/m/1000400772/
#AlibabaCloud #DeveloperSummit #Jakarta #AIFORWARD
Last Articles
Recent Topic
- PascalTalk #6: (Podcast) Kuliah IT di luar negeri, susah gak sih?
by LuriDarmawan in Tutorial & Community Project more 4 years ago - PascalTalk #5: UX: Research, Design and Engineer
by LuriDarmawan in Tutorial & Community Project more 4 years ago - PascalTalk #4: Obrolan Ringan Seputar IT
by LuriDarmawan in Tutorial & Community Project more 4 years ago - PascalTalk #2: Membuat Sendiri SMART HOME
by LuriDarmawan in Tutorial & Community Project more 4 years ago - PascalTalk #3: RADically Fast and Easy Mobile Apps Development with Delphi
by LuriDarmawan in Tutorial & Community Project more 4 years ago - PascalTalk #1: Pemanfaatan Artificial Intelligence di Masa Covid-19
by LuriDarmawan in Tutorial & Community Project more 4 years ago - Tempat Latihan Posting
by LuriDarmawan in OOT more 5 years ago - Archive
- Looping lagi...
by idhiel in Hal umum tentang Pascal Indonesia more 12 years ago - [ask] koneksi ke ODBC user Dsn saat runtime dengan ado
by halimanh in FireBird more 12 years ago - Validasi menggunakan data tanggal
by mas_kofa in Hal umum tentang Pascal Indonesia more 12 years ago