class procedure DecodeTime(
    const ADateTime: TDateTime; 
    var Hour: Word; 
    var Min: Word; 
    var Sec: Word; 
    var MSec: Word
);| 
 
Parameters   | 
 
Description   | 
| 
 
ADateTime   | 
 
Scope is const. Type is TDateTime.  | 
| 
 
Hour   | 
 
Scope is var. Type is Word.  | 
| 
 
Min   | 
 
Scope is var. Type is Word.  | 
| 
 
Sec   | 
 
Scope is var. Type is Word.  | 
| 
 
MSec   | 
 
Scope is var. Type is Word.   | 
DecodeTime is a class method.
Topic generated.
| 
 
Internet Direct (Indy) version 10.1.5 
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup.  |