Skip to content

Handle Custom & Sub Types#1

Open
hafedh-trimeche wants to merge 5 commits intoAlexDeww:masterfrom
hafedh-trimeche:master
Open

Handle Custom & Sub Types#1
hafedh-trimeche wants to merge 5 commits intoAlexDeww:masterfrom
hafedh-trimeche:master

Conversation

@hafedh-trimeche
Copy link

Hello,

Considering a new type

type
  TCustomDateTime = type TDateTime;

TCustomDateTime will be handled as Float.

using RegisterCustomTypeInfo(CustomType,BaseType:PTypeInfo); located into uTypeInfo.pas, will force TCustomDateTime to be handled as TDateTime.

TBytes variables are Base64 encoded (WriteDynArrayValue) and Base64 decoded (ReadDynArrayValue) to save storage and enhance reading & writing performance.

Best regards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant