Forum > Linux
Wigetset.CreateTimer or There is anothe method?
(1/1)
KillerCode:
i want to create a timer in my application, i found nothing but Widgetset.CreateTimer, if i used this will i have to inclue some sort or library with it? or it will stay click-n-run executable?
also, whats that widgetset anyway? lol :D
theo:
There is a "TTimer" component in the "System" tab.
KillerCode:
yea, thats where i got this line, the rest of the TTimer component code (TCustomTimer Decendant) is normal Component code, nothing special, thats the main line, so i wanted to know what a widgetset is? and what will i have to include with my executable? i know its dummy question, but please bare with me, some time soon ill be gooooooooooooooood :D
Leledumbo:
--- Quote ---i wanted to know what a widgetset is?
--- End quote ---
http://wiki.lazarus.freepascal.org/How_To_Help_Developing_Lazarus#Widgetsets_.28.22interfaces.22.29. It's an abstraction over underlying GUI toolkit that you can choose to be used by your programs.
--- Quote ---what will i have to include with my executable?
--- End quote ---
Nothing :), just drop TTimer to your form and you can use it directly.
Navigation
[0] Message Index