Skip to content

Settings and activity

6 results found

  1. 19 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Abdollah Nouri supported this idea  · 
  2. 68 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Abdollah Nouri supported this idea  · 
  3. 82 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Abdollah Nouri commented  · 

    I save ini settings in database blob field. it is easy

    ini: TMemIniFile;
    sl: TStringList;
    st: TMemoryStream;

    st := TMemoryStream.Create;
    sl := TStringList.Create;

    ini.WriteString('Section','indent','value');

    ini.GetStrings(sl);
    sl.SaveToStream(st);

    qry.ParamByName('ini_content').LoadFromStream(st,ftBlob);
    qry.Exeute;

    You can create simple function and use it.

  4. 201 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Abdollah Nouri supported this idea  · 
  5. 43 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Abdollah Nouri supported this idea  · 
  6. 47 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  EntityDAC  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Abdollah Nouri supported this idea  ·