All public logs

From Free Pascal wiki
Jump to navigationJump to search

Combined display of all available logs of Free Pascal wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 08:03, 30 May 2024 Egsuh talk contribs created page TCSVExporter (Created page with "A simple example of TCSVExporter use. interface type TSampleList = class(TFrame) bdsSampleList: TBufDataset; CSVExporter1: TCSVExporter; sd1: TSaveDialog; procedure mniSaveClick(Sender: TObject); end; implementation procedure TSampleList.mniSaveClick(Sender: TObject); begin if sd1.Execute then begin with CSVExporter1 do begin DataSet := bdsSampleList; FileName:= sd1.FileName; Exe...")
  • 14:51, 1 September 2022 Egsuh talk contribs created page TTIComboBox (Created page with "RTTI controls link to other components' published property, and changes in the either control are reflected to the other without any coding. TTIComboBox allows users to select...")
  • 02:14, 25 December 2020 User account Egsuh talk contribs was created