Stock Pictures

Stock pictures can be used with the Picture property aoociated with certain controls, for example the Picture control and grid control cells. The form an alternative to the programmable picture object. These stock pictures can be assigned both at design time within the Forms Designer or under program control. For example, the following would set a picture for the specified grid cell and picture control:

.gridControl1.cell(row, col).Picture = &.Information
.picControl1.Picture = &.Satellite

The following is a partial list of the stock pictures available in the client. This is the list available in the client prior to KCML 6.00. To view a complete list available from KCML 6.00 you can run an example program which may be found in the page documenting the Picture property.

CD CD
Exclamation Exclamation
FileIcon File Icon
FolderClosed Folder Closed
FolderOpen Folder Open
FormIcon Form Icon
Information Information
Monitor Monitor
Printer Printer
Question Question mark
Satellite Satellite dish
Setup Setup
Stop Stop sign
Terminal Terminal
WinLogo Windows logo
See also:

stock colors
stock fonts
Picture