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
