Delphi-Help

  • Increase font size
  • Default font size
  • Decrease font size
Главная Статьи Записи и Множества Сохранение типа данных множество (TFontStyles)

Сохранение типа данных множество (TFontStyles)

Оцените материал
(0 голосов)

Сохранение типа данных множество (TFontStyles)

type
   pFontStyles = ^TFontStyles;
   pInteger = ^integer;
 
 function FontStylesToInteger(const Value : TFontStyles): integer;
 begin
   Result := pInteger(@Value)^;
 end;
 
 function IntegerToFontStyles(const Value : integer): TFontStyles;
 begin
   Result := pFontStyles(@Value)^;
 end;
Прочитано 7130 раз

Авторизация



Счетчики