Jump to content

RowWidget


leons

Recommended Posts

On 6/15/2019 at 9:09 PM, Hayri ASLAN said:

Please consider in demo AligmentControl is "uniAlignmentClient"

 

image.png.c96e275838d47459b76c12ec0a4bee9a.png

Hi Hayri, can I control when to create the RowConrol ( or Container) for purpose ?

something like 

  1. procedure TMainForm.UniDBGrid1RowExpand(Sender: TUniCustomDBGrid;const RowId: Integer; var RowControl: TControl; Container: TUniContainer);
  2. begin    
  3.     if someflag=true then
  4.     begin
  5.         RowControl:=TSomeUniControl.Create(Container);
  6.     end
  7.     else
  8.     begin
  9.         nothing Created;
  10.     end;
  11. end;

 

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...