User contributions for Egsuh
From Free Pascal wiki
Jump to navigationJump to search
16 April 2025
- 08:5408:54, 16 April 2025 diff hist +290 $IF No edit summary current
30 May 2024
- 08:0308:03, 30 May 2024 diff hist +551 N 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..." current
6 April 2023
2 September 2022
- 06:2806:28, 2 September 2022 diff hist −7 Enum type →Basic
- 06:2706:27, 2 September 2022 diff hist +39 Enum type No edit summary
1 September 2022
- 14:5214:52, 1 September 2022 diff hist −1 TTIComboBox No edit summary current
- 14:5114:51, 1 September 2022 diff hist +2,115 N 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..."
26 August 2022
- 08:1708:17, 26 August 2022 diff hist −52 TMultiPropertyLink →Example current
23 August 2022
- 07:5407:54, 23 August 2022 diff hist +457 TValueListEditor →function InsertRow(const Key, Value:string;append:boolean): integer; current
- 07:4707:47, 23 August 2022 diff hist +73 TValueListEditor →Counts and indices
- 07:3407:34, 23 August 2022 diff hist +417 TValueListEditor →Event handlers of OnBeforeSelection and OnSelection
- 07:2507:25, 23 August 2022 diff hist +4 TValueListEditor →Event handlers of OnBeforeSelection and OnSelection
- 07:2407:24, 23 August 2022 diff hist +157 TValueListEditor →Miscellanies
- 06:1306:13, 23 August 2022 diff hist +1,822 TValueListEditor No edit summary
- 05:2705:27, 23 August 2022 diff hist +7 TValueListEditor No edit summary
21 April 2022
- 06:1506:15, 21 April 2022 diff hist +1,109 Helper types →Example
4 April 2022
- 03:1003:10, 4 April 2022 diff hist −1 m TCheckListBox →Comparison with TCheckGroup current
- 03:0903:09, 4 April 2022 diff hist −1 TCheckListBox →Comparison with TCheckGroup
- 03:0903:09, 4 April 2022 diff hist +278 TCheckListBox No edit summary
1 April 2022
- 11:0811:08, 1 April 2022 diff hist +888 TTICheckListBox No edit summary
- 10:4010:40, 1 April 2022 diff hist +9 TTICheckListBox No edit summary
- 10:4010:40, 1 April 2022 diff hist +50 TTICheckListBox No edit summary
- 10:4010:40, 1 April 2022 diff hist +480 N TTICheckListBox Created page with "For editing set of enumerated types. type TMonth = (Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec); TMonths = set of TMonth; TForm1 = class..."
- 06:2006:20, 1 April 2022 diff hist +1,326 N TMultiPropertyLink Created page with "TMultiPropertyLink enables linking all child RTTI controls' TIObject to a single component at once via TMultiPropertyLink. For example, create a form, drop a TEdit (name is..."
16 August 2021
- 11:5011:50, 16 August 2021 diff hist +67 lazdbexport →Example current
- 11:4411:44, 16 August 2021 diff hist +227 lazdbexport →Example
13 August 2021
- 04:2504:25, 13 August 2021 diff hist +74 Dialog Examples →InputBox
25 December 2020
- 10:3610:36, 25 December 2020 diff hist 0 TTreeView →Adding a new item in code
- 10:3610:36, 25 December 2020 diff hist −5 TTreeView →Adding a new item in code
- 10:3610:36, 25 December 2020 diff hist +305 TTreeView →Adding a new item in code
- 10:1910:19, 25 December 2020 diff hist +1,942 TTreeView →Using Drag and Drop in a TreeView
- 03:1303:13, 25 December 2020 diff hist +1,389 Databases →Datasets