Ignore:
Timestamp:
Apr 2, 2016, 1:39:42 PM (8 years ago)
Author:
chronos
Message:
  • Added: UCore unit as main application unit. UFormMain serve for as main form interface.
  • Added: Remember main form dimensions.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Packages/Common/UXMLUtils.pas

    r13 r15  
    197197  NewNode := Node.FindNode(Name);
    198198  if Assigned(NewNode) then
    199     Result := StrToInt(NewNode.TextContent);
     199    Result := StrToInt64(NewNode.TextContent);
    200200end;
    201201
Note: See TracChangeset for help on using the changeset viewer.