Changeset 22 for trunk/Forms/UFormTest.pas
- Timestamp:
- Apr 3, 2025, 10:58:56 PM (11 days ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 2 2 VCSCommander 3 3 VCSCommander.lps 4 VCSCommander.dbg 4 5 Config.xml 5 6 heaptrclog.trc
-
- Property svn:ignore
-
trunk/Forms/UFormTest.pas
r19 r22 1 1 unit UFormTest; 2 3 {$mode delphi}4 2 5 3 interface … … 24 22 procedure OperationStart(Name: string); 25 23 procedure OperationStop; 26 public27 { public declarations }28 24 end; 29 25 30 26 var 31 27 FormTest: TFormTest; 28 32 29 33 30 implementation … … 49 46 if ComboBox1.Items.Count > 0 then 50 47 ComboBox1.ItemIndex := 0; 51 52 48 end; 53 49
Note:
See TracChangeset
for help on using the changeset viewer.