Skip to content

Commit

Permalink
Тип выравнивания текста
Browse files Browse the repository at this point in the history
  • Loading branch information
zamtmn committed Sep 18, 2024
1 parent 55e153f commit 30bb758
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions cad_source/components/zebase/uzbtypes.pas
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,18 @@ TCalculatedString=record
format:string;
end;
TOSnapModeControl=(On,Off,AsOwner);
TTextJustify=(jstl(*'TopLeft'*),
jstc(*'TopCenter'*),
jstr(*'TopRight'*),
jsml(*'MiddleLeft'*),
jsmc(*'MiddleCenter'*), //СерединаЦентр
jsmr(*'MiddleRight'*),
jsbl(*'BottomLeft'*),
jsbc(*'BottomCenter'*),
jsbr(*'BottomRight'*),
jsbtl(*'Left'*),
jsbtc(*'Center'*),
jsbtr(*'Right'*));
{EXPORT-}
function IsIt(PType,PChecedType:Pointer):Boolean;

Expand Down

0 comments on commit 30bb758

Please sign in to comment.