To get an window without caption and buttons you can do this: procedure TForm2.CreateParams(var Params: TCreateParams); begin inherited CreateParams(Params); Params.Style := Params.Style AND NOT WS_CAPTION; end;
Attributes | Values |
---|---|
rdfs:label |
|
rdfs:comment |
|
dcterms:subject | |
dbkwik:delphi/prop...iPageUsesTemplate | |
abstract |
|