Specifies whether control is Unicode edit.
property IsUnicode: Boolean;
Set IsUnicode to True to make edit control Unicode window. When control is Unicode TextW and SelTextW properties should be used instead of Text and SelText properties.
TDsnInplaceEditor Properties