Statistics: Posted by senso — 30 Jun 2010, 20:01
Statistics: Posted by 23fx23 — 28 Jun 2010, 23:31
CODE:
// S is a global string variableProcedure ExtendStringList;var id, count, i : Integer;BEGIN id := Round(GetValue(new_caption_id)); count := slCaptions.count; if (new_id >= count) then begin slCaptions.capacity:= new_id + 1; S := ''; for i:= count to new_id + 1 do begin slCaptions.add(S); end; end;END;Statistics: Posted by martignasse — 28 Jun 2010, 22:39
Statistics: Posted by 23fx23 — 28 Jun 2010, 21:09
CODE:
SL1.countgives the total number of items in the StringListStatistics: Posted by senso — 28 Jun 2010, 21:01
Statistics: Posted by 23fx23 — 28 Jun 2010, 20:25
Statistics: Posted by martignasse — 28 Jun 2010, 20:09
Statistics: Posted by 23fx23 — 28 Jun 2010, 20:05
Statistics: Posted by senso — 30 Jun 2010, 20:01
Statistics: Posted by 23fx23 — 28 Jun 2010, 23:31
CODE:
// S is a global string variableProcedure ExtendStringList;var id, count, i : Integer;BEGIN id := Round(GetValue(new_caption_id)); count := slCaptions.count; if (new_id >= count) then begin slCaptions.capacity:= new_id + 1; S := ''; for i:= count to new_id + 1 do begin slCaptions.add(S); end; end;END;Statistics: Posted by martignasse — 28 Jun 2010, 22:39
Statistics: Posted by 23fx23 — 28 Jun 2010, 21:09
CODE:
SL1.countgives the total number of items in the StringListStatistics: Posted by senso — 28 Jun 2010, 21:01
Statistics: Posted by 23fx23 — 28 Jun 2010, 20:25
Statistics: Posted by martignasse — 28 Jun 2010, 20:09
Statistics: Posted by 23fx23 — 28 Jun 2010, 20:05