Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- const
- MAX_STR_LEN = 255;
- var
- hTable: ADSHandle;
- usLength: Word;
- aucDOB: array[0..MAX_STR_LEN + 1] of Byte;
- begin
- usLength := MAX_STR_LEN + 1;
- AdsGetDate(hTable, 'DOB', aucDOB, usLength);
- end;
Advertisement
Add Comment
Please, Sign In to add comment