ComponentOne True DataControl 8.0
Customizing User Interface Strings and Images

Images shown on the face of True DataControl buttons can be customized with the SetButtonPicture method. Calling this method, provide a button ID, button-enabled state (True or False), and the image that can be loaded from a file with LoadPicture. You must provide two images for each button that you want to customize; one will be displayed when the button is enabled, the other when it is disabled.

Every string that is used by the True DataControl end-user interface can be localized (for international use), and customized in any other way by calling the SetUIString method. The SetUIString method has two arguments: one identifies a user interface string, the other is the string that replaces the default one. To identify all the strings used in its end-user interface, True DataControl defines a special TDStringEnum enumeration consisting of 31 constants.

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback