Ignore:
Timestamp:
Feb 14, 2022, 5:43:30 PM (2 years ago)
Author:
chronos
Message:
  • Added: Synced edit of full name and name parts.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormProperty.pas

    r103 r109  
    124124    Groups.StrictDelimiter := True;
    125125    Groups.DelimitedText := EditAttributes.Text;
     126    GroupsArray := Default(TStringArray);
    126127    SetLength(GroupsArray, Groups.Count);
    127128    for I := 0 to Groups.Count - 1 do
Note: See TracChangeset for help on using the changeset viewer.