Components for Delphi and C++ Builder.

Go to Russian forum
Go to EhLib.com
It is currently 27 Apr 2024, 07:46

All times are UTC




Post new topic Reply to topic  [ 2 posts ] 
Author Message
PostPosted: 08 Nov 2023, 13:33 
Offline

Joined: 31 Jul 2023, 07:34
Posts: 7
Can I remove the DropDownForm (DBGridEh) sizing corners and the close button?
I just want to see the form.


Top
 Profile  
 
PostPosted: 08 Nov 2023, 13:47 
Offline

Joined: 31 Jul 2023, 07:34
Posts: 7
The solution:

Add the one line the DropDownForm (Form2) unit FormCreate event:

Code:
procedure TForm2.CustomDropDownFormEhCreate(Sender: TObject);
begin
  FormElements := [];
end;


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 41 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group