Skip to content

vcl/fmx compatility in mistralAI.files.pas #3

@herveescriou

Description

@herveescriou

mistralAI.files

is it possible to add a directive to use fmx

implementation

uses
System.StrUtils, Rest.Json, System.Rtti, MistralAI.NetEncoding.Base64,
{$ifdef fmx}
fmx.Dialogs;
{$else}
Vcl.Dialogs;
{$endif}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions