[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'DBCtrls' (#lcl)

TDBCustomNavigator.Images

Contains the images available for display on the navigator buttons.

Declaration

Source position: dbctrls.pp line 1427

public property TDBCustomNavigator.Images : TCustomImageList
  read FImages
  write SetImages;

Description

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.

See also

TDBCustomNavigator.Buttons

  

The list of Buttons included in the navigator tool.

TDBCustomNavigator.UpdateButtons

  

UpdateButtons - if the position of the buttons need to be changed, does this, then updates the status of the buttons (see ActiveChanged).

TDBCustomNavigator.VisibleButtons

  

The set of visible buttons (some of them can be suppressed if their function appears redundant).

TDBCustomNavigator.FocusableButtons

  

Contains the focusable button for the DB navigator control.

TDBNavButtonType

  

TDBNavButtonType.

TCustomImageList

  

The base class for TImageList.

TChangeLink

  

Performs notifications when images are added or deleted in TImageList.

LCLGlyphs

  

Provides access to the TLCLGlyphs instance in the implementation.


Version 4.0 Generated 2025-05-03 Home