edit Kind property
Return to Introduction  Previous page  Next page
Applies to
acEdit, acNumberEdit and acTreeComboBox components as subproperty of Button structure.  

Declaration
type  
  TacEditButtonKind = (bkCustom, bkEllipsis, bkDropDown, bkFileOpen, bkFileSave, bkBrowse, bkCalc);  
 
property Kind: TacEditButtonKind;  

Description
The Kind property determines the kind of bitmap button.  
 
You can use custom image (Kind = bkCustom) and specify your sign to Glyph property, or use one of following images (editbuttonsss), just switching the Kind property.  

See also
Glyph and NumGlyphs properties.