RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ActnMan.cDefaultSchedule Constant
Pascal
cDefaultSchedule: string = '0=3'#13#10'1=3'#13#10'2=6'#13#10'3=9'#13#10 + '4=12'#13#10'5=12'#13#10'6=17'#13#10'7=17'#13#10 + '8=17'#13#10'9=23'#13#10'10=23'#13#10'11=23'#13#10 + '12=23'#13#10'13=23'#13#10'14=31'#13#10'15=31'#13#10 + '16=31'#13#10'17=31'#13#10'18=31'#13#10'19=31'#13#10 + '20=31'#13#10'21=31'#13#10'22=31'#13#10'23=31'#13#10 + '24=31'#13#10'25=31'#13#10;
C++
AnsiString cDefaultSchedule = '0=3'#13#10'1=3'#13#10'2=6'#13#10'3=9'#13#10 + '4=12'#13#10'5=12'#13#10'6=17'#13#10'7=17'#13#10 + '8=17'#13#10'9=23'#13#10'10=23'#13#10'11=23'#13#10 + '12=23'#13#10'13=23'#13#10'14=31'#13#10'15=31'#13#10 + '16=31'#13#10'17=31'#13#10'18=31'#13#10'19=31'#13#10 + '20=31'#13#10'21=31'#13#10'22=31'#13#10'23=31'#13#10 + '24=31'#13#10'25=31'#13#10;

ActnMan

This is constant ActnMan.cDefaultSchedule.

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!