Looking to change the label caption in the DevExpress ExpressScheduler? It is as simple as setting the resource string for the label caption. Here's the code snippet and a screen shot of the changed label.


// Delphi
uses
cxClasses,
cxSchedulerStrs;

procedure TForm1.FormCreate(Sender: TObject);
begin
cxSetResourceString(sEventLabelCaptions[3],'Money Maker');
end;


Click image to enlarge.

posted by Kirby Turner | 18-May-2005 11:35 AM | comments (0)

Add Your Comment

Comment:
(No HTML)

Name:
E-mail/Web site:
Your e-mail/web site will not be published on this site. It is optional and will only be used by me should I need to contact you directly.
 
By checking this option, this site will remember your name and e-mail/web site on future visits. Uncheck this option to have the site not remember who you are on future visits.
 
Enter the code shown above:
Copyright © 1999-2008 Kirby Turner.
Site software written by White Peak Software Inc, a provider of custom software and software development coaching.