Changeset 109 for trunk/Forms/UFormProperty.pas
- Timestamp:
- Feb 14, 2022, 5:43:30 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormProperty.pas
r103 r109 124 124 Groups.StrictDelimiter := True; 125 125 Groups.DelimitedText := EditAttributes.Text; 126 GroupsArray := Default(TStringArray); 126 127 SetLength(GroupsArray, Groups.Count); 127 128 for I := 0 to Groups.Count - 1 do
Note:
See TracChangeset
for help on using the changeset viewer.