jquery Programming Glossary: thing.typeinfo.name
Convert Record to Serialized Form Data for sending via HTTP http://stackoverflow.com/questions/11427706/convert-record-to-serialized-form-data-for-sending-via-http a pointer type. begin sList.Add FSumIndent name ' ' thing.TypeInfo.name ' ' thing.ToString end tkEnumeration begin if thing.TypeInfo.. TypeInfo boolean then begin sList.Add FSumIndent name ' ' thing.TypeInfo.name ' ' BoolToStr thing.AsBoolean end else begin ToDO Implement.. TypeInfo TDate then begin sList.Add FSumIndent name ' ' thing.TypeInfo.name ' ' DateToStr thing.AsExtended end else if thing.TypeInfo TypeInfo..
Convert Record to Serialized Form Data for sending via HTTP http://stackoverflow.com/questions/11427706/convert-record-to-serialized-form-data-for-sending-via-http tkInt64 Identifies the Int64 UInt64 types. tkPointer Identifies a pointer type. begin sList.Add FSumIndent name ' ' thing.TypeInfo.name ' ' thing.ToString end tkEnumeration begin if thing.TypeInfo TypeInfo boolean then begin sList.Add FSumIndent name ' ' thing.TypeInfo.name.. ' ' thing.ToString end tkEnumeration begin if thing.TypeInfo TypeInfo boolean then begin sList.Add FSumIndent name ' ' thing.TypeInfo.name ' ' BoolToStr thing.AsBoolean end else begin ToDO Implement this end end Identifies an enumeration type. tkSet Identifies.. point type. plus Date Time DateTime begin if thing.TypeInfo TypeInfo TDate then begin sList.Add FSumIndent name ' ' thing.TypeInfo.name ' ' DateToStr thing.AsExtended end else if thing.TypeInfo TypeInfo TTime then begin sList.Add FSumIndent name ' ' thing.TypeInfo.name..
|