![]() |
![]() |
| Paypal | FTP | CCD | Buscar | Trucos | Trabajo | Foros |
|
#2
|
|||
|
|||
|
Puedes redefinir el Create de la ventana hija para pasarle, por ejemplo, el filtro y así usar una sola ventana (almenos si te he entendido bien)
Código:
....
public
constructor Create(Sender: TObject; str: string); reintroduce;
....
implementation
constructor Create(Sender: TObject; str: string);
begin
inherited Create(Sender);
caption := str;
end;
|
|
|
|