Ignore:
Timestamp:
Apr 17, 2019, 12:58:41 AM (5 years ago)
Author:
chronos
Message:
  • Modified: Propagate project build mode options to used packages.
  • Added: Check memory leaks using heaptrc.
  • Modified: Update BGRABitmap package.
Location:
GraphicTest
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GraphicTest

    • Property svn:ignore
      •  

        old new  
        88GraphicTest.lps
        99GraphicTest.dbg
         10heaptrclog.trc
  • GraphicTest/Packages/bgrabitmap/bgradnetdeserial.pas

    r494 r521  
    6363    FContainer: TDotNetDeserialization;
    6464    function GetTypeAsString: string; virtual; abstract;
    65     function GetFieldAsString(Index: longword): string; virtual; abstract;
    66     function GetFieldAsString(Name: string): string;
     65    function GetFieldAsString(Index: longword): string; overload; virtual; abstract;
     66    function GetFieldAsString(Name: string): string; overload;
    6767    function GetFieldCount: longword; virtual; abstract;
    6868    function GetFieldName(Index: longword): string; virtual; abstract;
     
    147147    function FindObject(typeName: string): TCustomSerializedObject;
    148148    function GetSimpleField(obj: TCustomSerializedObject; Name: string): string;
    149     function GetObjectField(obj: TCustomSerializedObject; Name: string): TCustomSerializedObject;
    150     function GetObjectField(obj: TCustomSerializedObject; index: integer): TCustomSerializedObject;
    151     function GetObject(id: string): TCustomSerializedObject;
    152     function GetObject(id: longword): TCustomSerializedObject;
     149    function GetObjectField(obj: TCustomSerializedObject; Name: string): TCustomSerializedObject; overload;
     150    function GetObjectField(obj: TCustomSerializedObject; index: integer): TCustomSerializedObject; overload;
     151    function GetObject(id: string): TCustomSerializedObject; overload;
     152    function GetObject(id: longword): TCustomSerializedObject; overload;
    153153    function IsBoxedValue(obj: TCustomSerializedObject; index: integer): boolean;
    154154    function GetBoxedValue(obj: TCustomSerializedObject; index: integer): string;
Note: See TracChangeset for help on using the changeset viewer.