Jump to content

Gauravg

uniGUI Subscriber
  • Posts

    12
  • Joined

  • Last visited

Posts posted by Gauravg

  1. 2 minutes ago, Sherzod said:

    Hello,

    
    procedure TMainForm.UniDBGrid1SelectionChange(Sender: TObject);
    begin
    
    end;

    UniDBGrid.OnSelectionChange ?

    Hello Sherzod,

    I know it has to be done either on cellclicked or selectionchange of grid. To add image normally to an image control we specify UniImage.Picture.LoadFromFile(FolderPath+'images\'+IntToStr(adr)+'.jpg').

    I want to display image which is in variant variable. I want to know which prooerty of image control i need to use to set image from variant type.

    Untitled.png

  2. 48 minutes ago, irigsoft said:

    Hello,

    I create a standard Dbgrid and apply the selection from uniDbgrid, then this information is sent to the dll and actions are performed

    This way I get a choice from uniDBGrid and send it to a dll where it works with selected rows (Delete or get values from a cell)

    I just retrieve the selected rowID, save them and then use them (from Server side)

    Hello,

    I need to select the id of the selected rows, i am not sure how to access it in the following loop

    for i := 0 to grdUser.SelectedRows.Count-1 do begin

    end;

  3. 1 hour ago, Sherzod said:

    Hello,

    Can you please specify which edition of UniGUI are you using?
    If you are not using the trial version, you can adjust your forum email address and download.

    Hello,

    I am using 1.90 build 1530. I am using licensed version

×
×
  • Create New...