Changeset 42 for trunk/Forms/UFormProperty.pas
- Timestamp:
- Dec 2, 2021, 12:18:18 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormProperty.pas
r39 r42 80 80 EditName.Text := FContactProperty.Name; 81 81 EditAttributes.Text := FContactProperty.Attributes.DelimitedText; 82 EditValues.Text := FContactProperty.Value s.DelimitedText;82 EditValues.Text := FContactProperty.Value; 83 83 end else begin 84 84 EditName.Text := ''; … … 95 95 FContactProperty.Name := EditName.Text; 96 96 FContactProperty.Attributes.DelimitedText := EditAttributes.Text; 97 FContactProperty.Value s.DelimitedText:= EditValues.Text;97 FContactProperty.Value := EditValues.Text; 98 98 end; 99 99
Note:
See TracChangeset
for help on using the changeset viewer.