[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Contains the images available for display on the navigator buttons.
Source position: dbctrls.pp line 1427
public property TDBCustomNavigator.Images : TCustomImageList |
Images is a TCustomImageList property which contains the images available for use as glyphs on the navigator buttons. Bitmaps stored in Images should be in the order defined in the TDBNavButtonType enumeration. The enumeration values are used as the image index. When Images has not been assigned, the default glyphs in LCL are used for the purpose.
Setting a new value for Images causes the TChangeLink instance in the class to be notified; existing Images are unregistered, and new Images (if any) are registered. UpdateButtons is called to apply image indexes and event handlers to the Buttons in the control.
|
The list of Buttons included in the navigator tool. |
|
|
UpdateButtons - if the position of the buttons need to be changed, does this, then updates the status of the buttons (see ActiveChanged). |
|
|
The set of visible buttons (some of them can be suppressed if their function appears redundant). |
|
|
Contains the focusable button for the DB navigator control. |
|
|
TDBNavButtonType. |
|
|
The base class for TImageList. |
|
|
Performs notifications when images are added or deleted in TImageList. |
|
|
Provides access to the TLCLGlyphs instance in the implementation. |
Version 4.0 | Generated 2025-05-03 | Home |