To pangzhenguang,
Speedbutton 没有句柄
Use TSpeedButton to add a button to a group of buttons in a form.
TSpeedButton introduces properties that can be used to set graphical
images that represent the different button states (selected,
unselected, disabled and so on).
Use other properties to specify multiple images or to rearrange
the images and text on the button.
TSpeedButton also introduces properties that allow speed buttons to
work together as a group. Speed buttons are commonly grouped in panels
to create specialized tool bars and tool palettes.
Note: To create a speed button with a client-aligned
glyph that covers the button's edges, add a 1-pixel margin
around the button's top and left edges and a 3-pixel margin
around its bottom and right edges. Do this by manually editing
the bitmap specified by the Glyph property.