Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Using the Lazarus IDE
»
Options
»
How to add component to TPanel?
Free Pascal
Website
Downloads
Wiki
Documentation
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Documentation (RTL/FCL/LCL)
Bugtracker
CCR Bugs
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
WIKI Timeout issues
Please read here if you have trouble connecting to the wiki
Recent
SnapModbus
by
bobby100
[
Today
at 11:09:58 pm]
InstallAware 2025 Sources...
by
n7800
[
Today
at 10:44:56 pm]
Free Pascal ncurses TUI
by
cdbc
[
Today
at 10:07:27 pm]
WinInet compiling errors.
by
440bx
[
Today
at 10:07:14 pm]
Lazarus Release 4.0
by
JuhaManninen
[
Today
at 09:35:05 pm]
How to fix "Warning: Enco...
by
ecm
[
Today
at 09:20:42 pm]
BGRA Controls
by
alan1076
[
Today
at 09:06:37 pm]
Classes vs Objects
by
TBMan
[
Today
at 08:23:08 pm]
[SOLVED] RecordCount not ...
by
1HuntnMan
[
Today
at 07:57:58 pm]
How to read shortstring f...
by
Thaddy
[
Today
at 07:32:43 pm]
Strange result (to me) fr...
by
jamie
[
Today
at 07:28:38 pm]
What WinAPI functions can...
by
Tikani93
[
Today
at 07:19:20 pm]
Fast Canvas Library V1.0
by
Gigatron
[
Today
at 07:07:54 pm]
Opencv version 4.6 C++ AP...
by
gidesa
[
Today
at 06:55:53 pm]
Hints for method name mis...
by
JuhaManninen
[
Today
at 05:36:46 pm]
Debugger fails to read da...
by
Martin_fr
[
Today
at 04:48:12 pm]
Error: Identifier not fou...
by
Thaddy
[
Today
at 04:30:14 pm]
X11Libre, finally and for...
by
Fred vS
[
Today
at 04:07:05 pm]
Strict Aliasing Rule
by
nixbody
[
Today
at 03:20:29 pm]
opinion on outlining text...
by
jamie
[
Today
at 03:17:00 pm]
TBitBtn no longer shows g...
by
jamie
[
Today
at 03:05:19 pm]
problem with the lps
by
n7800
[
Today
at 01:52:07 pm]
Exceptions en FPCUnit
by
ASerge
[
Today
at 12:54:33 pm]
Output folder?
by
gues1
[
Today
at 11:59:01 am]
I created a Hello World p...
by
LV
[
Today
at 11:50:16 am]
« previous
next »
Print
Pages: [
1
]
Author
Topic: How to add component to TPanel? (Read 5303 times)
kernel
Newbie
Posts: 3
How to add component to TPanel?
«
on:
December 30, 2009, 11:59:26 am »
Hello,
I have only this simple question, but I cant find answer.
Thanks for help.
Logged
Ocye
Hero Member
Posts: 518
Re: How to add component to TPanel?
«
Reply #1 on:
December 30, 2009, 12:19:46 pm »
Within designer just drop it there. If you wish to add items dynamically, use Owner and Parent.
aButton:=TButton.Create(Panel1); //Owner
aButton.Parent:=Panel1; //Parent
Logged
Lazarus 1.7 (SVN) FPC 3.0.0
kernel
Newbie
Posts: 3
Re: How to add component to TPanel?
«
Reply #2 on:
December 30, 2009, 12:28:36 pm »
thanks a lot, i really havent seen it there before.
Logged
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Using the Lazarus IDE
»
Options
»
How to add component to TPanel?
TinyPortal
© 2005-2018