Source position: videoh.inc line 58
type TEnhancedVideoCell = record |
public |
property ExtendedGraphemeCluster: UnicodeString; [rw] |
property Attribute: Byte; [rw] |
property EnhancedVideoAttributes: TEnhancedVideoAttributes; [rw] |
property ForegroundColor: Byte; [rw] |
property BackgroundColor: Byte; [rw] |
|
case Integer of |
0: ( |
EGC_SingleChar: WideChar; |
); |
1: ( |
EGC_WideStr: Pointer; |
); |
end; |